From b01f49b5d1dd9ece5b38122ec0a35ded16dd6b18 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Tue, 6 May 2014 13:19:26 +0100 Subject: [PATCH] juno: Fix base addresses for UART2 and UART3 Also remove 'PL011_BASE' macro because it is no longer used. Change-Id: Iefe94037cf67293b630d5256e6cac3f82abda807 --- plat/juno/platform.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plat/juno/platform.h b/plat/juno/platform.h index aa4636658..c2d9bd100 100644 --- a/plat/juno/platform.h +++ b/plat/juno/platform.h @@ -245,11 +245,14 @@ /******************************************************************************* * PL011 related constants ******************************************************************************/ +/* FPGA UART0 */ #define PL011_UART0_BASE 0x1c090000 +/* FPGA UART1 */ #define PL011_UART1_BASE 0x1c0a0000 -#define PL011_UART2_BASE 0x1c0b0000 -#define PL011_UART3_BASE 0x1c0c0000 -#define PL011_BASE PL011_UART0_BASE +/* SoC UART0 */ +#define PL011_UART2_BASE 0x7ff80000 +/* SoC UART1 */ +#define PL011_UART3_BASE 0x7ff70000 /******************************************************************************* * NIC-400 related constants -- GitLab