diff options
Diffstat (limited to 'plat/fvp/platform.h')
-rw-r--r-- | plat/fvp/platform.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plat/fvp/platform.h b/plat/fvp/platform.h index 6a8c988..375f595 100644 --- a/plat/fvp/platform.h +++ b/plat/fvp/platform.h @@ -299,7 +299,11 @@ /******************************************************************************* * PL011 related constants ******************************************************************************/ -#define PL011_BASE 0x1c090000 +#define PL011_UART0_BASE 0x1c090000 +#define PL011_UART1_BASE 0x1c0a0000 +#define PL011_UART2_BASE 0x1c0b0000 +#define PL011_UART3_BASE 0x1c0c0000 +#define PL011_BASE PL011_UART0_BASE /******************************************************************************* * Declarations and constants to access the mailboxes safely. Each mailbox is |