From: Dmitry Lifshitz Date: Sun, 27 Apr 2014 10:17:25 +0000 (+0300) Subject: ARM: OMAP5: add UART4 support X-Git-Tag: v2014.07-rc2~9^2~4^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b5d3839249afaaec51e50adc05a55b1fe74f610;p=u-boot ARM: OMAP5: add UART4 support Add UART4 base address. Signed-off-by: Dmitry Lifshitz --- diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index 19fdecec01..e35a81a8af 100644 --- a/arch/arm/include/asm/arch-omap5/omap.h +++ b/arch/arm/include/asm/arch-omap5/omap.h @@ -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)