diff options
author | Peter Griffin | 2015-09-10 21:55:14 +0100 |
---|---|---|
committer | Tom Rini | 2015-09-28 10:48:21 -0400 |
commit | f7ca45e891d147ade5d6c66e225de6f120e58b7c (patch) | |
tree | 015f3e70f372d222f9ba3bb8806832cfbc0bc3aa | |
parent | c9a67d2489d68abac2f3be151abf1f09126b91a2 (diff) |
ARM: hi6220: Add UART0 and UART3 base addresses
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/arm/include/asm/arch-hi6220/hi6220.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-hi6220/hi6220.h b/arch/arm/include/asm/arch-hi6220/hi6220.h index 4b987c2c831..3a12c75eee3 100644 --- a/arch/arm/include/asm/arch-hi6220/hi6220.h +++ b/arch/arm/include/asm/arch-hi6220/hi6220.h @@ -13,6 +13,9 @@ #define HI6220_MMC0_BASE 0xF723D000 #define HI6220_MMC1_BASE 0xF723E000 +#define HI6220_UART0_BASE 0xF8015000 +#define HI6220_UART3_BASE 0xF7113000 + #define HI6220_PMUSSI_BASE 0xF8000000 #define HI6220_PERI_BASE 0xF7030000 |