summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7ulp/imx-regs.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-21 16:36:50 +0300
committerTom Rini <trini@konsulko.com>2020-01-21 16:36:50 +0300
commitad647690b1346f57847d4c9251293293af8928a8 (patch)
treefc1e5e42f6e5869e950ecc394635b12e2b7d9f66 /arch/arm/include/asm/arch-mx7ulp/imx-regs.h
parent07add22cab3be86067c227a30ad5d0feab541316 (diff)
parent419603ca2d7a8065029a838cb0227ad7bfc5e1d3 (diff)
downloadu-boot-ad647690b1346f57847d4c9251293293af8928a8.tar.xz
Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
--------------------------------- imx8: cleanup, fix warnings imx6ull: add VisionSOM SoM and EVK mx7ulp: fix warning due network, cleanup mx7dsabre: Fix dm probe pmic imx6: fixed for vining2000 Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/639512296
Diffstat (limited to 'arch/arm/include/asm/arch-mx7ulp/imx-regs.h')
-rw-r--r--arch/arm/include/asm/arch-mx7ulp/imx-regs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7ulp/imx-regs.h b/arch/arm/include/asm/arch-mx7ulp/imx-regs.h
index 3c82e9921e..9a420dc30b 100644
--- a/arch/arm/include/asm/arch-mx7ulp/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx7ulp/imx-regs.h
@@ -946,6 +946,10 @@
#define SNVS_LPCR_DPEN (0x20)
#define SNVS_LPCR_SRTC_ENV (0x1)
+#define SRC_BASE_ADDR CMC1_RBASE
+#define IRAM_BASE_ADDR OCRAM_0_BASE
+#define IOMUXC_BASE_ADDR IOMUXC1_RBASE
+
#if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__))
#include <asm/types.h>