diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-31 08:14:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-31 08:14:53 -0400 |
commit | 3c1af17c5eebc3718095907c254ae3eb8a3412f8 (patch) | |
tree | ac2b1fea2f8c5638b52f7184ba506a4665128b3d /arch/arm/include/asm | |
parent | da125b72fdd596dddcc87e9c2917be322d27ef03 (diff) | |
parent | 40b0dae15159bf14f24cf7714ddd690ae3ca65e3 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
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) |