]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: OMAP5: add UART4 support
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Sun, 27 Apr 2014 10:17:25 +0000 (13:17 +0300)
committerTom Rini <trini@ti.com>
Tue, 13 May 2014 23:43:00 +0000 (19:43 -0400)
Add UART4 base address.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
arch/arm/include/asm/arch-omap5/omap.h

index 19fdecec01bb77671a9df5df903c6b67e01b47b7..e35a81a8af8f75393e8835e349942f625a65c59e 100644 (file)
@@ -50,6 +50,7 @@
 #define UART1_BASE             (OMAP54XX_L4_PER_BASE + 0x6a000)
 #define UART2_BASE             (OMAP54XX_L4_PER_BASE + 0x6c000)
 #define UART3_BASE             (OMAP54XX_L4_PER_BASE + 0x20000)
+#define UART4_BASE             (OMAP54XX_L4_PER_BASE + 0x6e000)
 
 /* General Purpose Timers */
 #define GPT1_BASE              (OMAP54XX_L4_WKUP_BASE + 0x18000)