|
|
@ -138,9 +138,17 @@ |
|
|
|
* UART related constants |
|
|
|
******************************************************************************/ |
|
|
|
#define VERSAL_NET_UART0_BASE U(0xF1920000) |
|
|
|
#define VERSAL_NET_UART1_BASE U(0xF1930000) |
|
|
|
|
|
|
|
#define VERSAL_NET_UART_BAUDRATE 115200 |
|
|
|
|
|
|
|
#if VERSAL_NET_CONSOLE_IS(pl011) || VERSAL_NET_CONSOLE_IS(pl011_0) |
|
|
|
#define VERSAL_NET_UART_BASE VERSAL_NET_UART0_BASE |
|
|
|
#elif VERSAL_NET_CONSOLE_IS(pl011_1) |
|
|
|
#define VERSAL_NET_UART_BASE VERSAL_NET_UART1_BASE |
|
|
|
#else |
|
|
|
# error "invalid VERSAL_NET_CONSOLE" |
|
|
|
#endif |
|
|
|
|
|
|
|
#define PLAT_VERSAL_NET_CRASH_UART_BASE VERSAL_NET_UART_BASE |
|
|
|
#define PLAT_VERSAL_NET_CRASH_UART_CLK_IN_HZ VERSAL_NET_UART_CLOCK |
|
|
|