diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-10-14 09:17:54 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-10-31 11:01:38 +0100 |
commit | e1f0715f64769920c1c3ec73f8f3bd9889a279ce (patch) | |
tree | b779d8bf4bc88726066ed14084bfc9b929c00a56 /arch/arm/include/asm | |
parent | c0f432c377805b57d67c09b0f7374d5c6510b09c (diff) |
wandboard: Add support for the MX6QP variant
Add support for the latest MX6QP wandboard variant.
Based on Richard Hu's work from Technexion's U-Boot tree.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/imx-regs.h | 3 |
1 files changed, 3 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 86e267087a..624ccecfd6 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -346,6 +346,9 @@ #define IOMUXC_SNVS_BASE_ADDR (AIPS3_ARB_BASE_ADDR + 0x90000) #define SNVS_GPR_BASE_ADDR (AIPS3_ARB_BASE_ADDR + 0x94000) #endif + +#define NOC_DDR_BASE_ADDR (GPV0_BASE_ADDR + 0xB0000) + /* Only for i.MX6SX */ #define LCDIF2_BASE_ADDR (AIPS3_ARB_BASE_ADDR + 0x24000) #define MX6SX_LCDIF1_BASE_ADDR (AIPS3_ARB_BASE_ADDR + 0x20000) |