summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-keystone/hardware.h
diff options
context:
space:
mode:
authorMurali Karicheri <m-karicheri2@ti.com>2014-05-29 18:57:12 +0300
committerTom Rini <trini@ti.com>2014-06-06 17:46:14 -0400
commitafee59cd49449e7b7d538d919b6e8ab5184e5b93 (patch)
treeba2daffdd1bc4c7d0f18168d39b7aa7425971ae5 /arch/arm/include/asm/arch-keystone/hardware.h
parent196311dc728bbb9484356547b9daa731ca2feb8d (diff)
downloadu-boot-imx-afee59cd49449e7b7d538d919b6e8ab5184e5b93.zip
u-boot-imx-afee59cd49449e7b7d538d919b6e8ab5184e5b93.tar.gz
u-boot-imx-afee59cd49449e7b7d538d919b6e8ab5184e5b93.tar.bz2
keystone: init: enable UART1 to be able use it from kernel
Currently PWREMU_MGMT is not configured in the Linux generic UART driver as this register seems to be specific TI UART IP. So this needs to be enabled in u-boot to use UART1 from kernel space. Acked-By: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-keystone/hardware.h')
-rw-r--r--arch/arm/include/asm/arch-keystone/hardware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-keystone/hardware.h b/arch/arm/include/asm/arch-keystone/hardware.h
index a305a0c..6c532ca 100644
--- a/arch/arm/include/asm/arch-keystone/hardware.h
+++ b/arch/arm/include/asm/arch-keystone/hardware.h
@@ -142,6 +142,9 @@ struct ddr3_emif_config {
#define KS2_DDR3_PMCTL_OFFSET 0x38
#define KS2_DDR3_ZQCFG_OFFSET 0xC8
+#define KS2_UART0_BASE 0x02530c00
+#define KS2_UART1_BASE 0x02531000
+
#ifdef CONFIG_SOC_K2HK
#include <asm/arch/hardware-k2hk.h>
#endif