diff options
author | Stefan Roese <sr@denx.de> | 2016-02-10 11:41:25 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-03-26 14:16:12 +0100 |
commit | 51560f0b04fa147f135d160eb655c8ec9e41462c (patch) | |
tree | 4fb3930ac54c825e9af82588cea628f45c9a80d8 | |
parent | 47173483a322078cb2dbb7f49a614c98b67e3339 (diff) | |
download | u-boot-imx-51560f0b04fa147f135d160eb655c8ec9e41462c.zip u-boot-imx-51560f0b04fa147f135d160eb655c8ec9e41462c.tar.gz u-boot-imx-51560f0b04fa147f135d160eb655c8ec9e41462c.tar.bz2 |
arm: mx6: Add UART8 base address for i.MX6UL
Add the base address for the i.MX6UL so that this UART can be used.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Ye Li <ye.li@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
-rw-r--r-- | arch/arm/include/asm/arch-mx6/imx-regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index f3c26dc..53488be 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -162,6 +162,7 @@ #endif #define UART1_BASE (ATZ1_BASE_ADDR + 0x20000) #define ESAI1_BASE_ADDR (ATZ1_BASE_ADDR + 0x24000) +#define UART8_BASE (ATZ1_BASE_ADDR + 0x24000) #define SSI1_BASE_ADDR (ATZ1_BASE_ADDR + 0x28000) #define SSI2_BASE_ADDR (ATZ1_BASE_ADDR + 0x2C000) #define SSI3_BASE_ADDR (ATZ1_BASE_ADDR + 0x30000) |