summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-02-19 15:53:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-02-19 15:53:18 +0100
commitd5caf5ec5b2e175e47dc6eb4d42249126c8e2c8c (patch)
treedcf59f25797ff0e3736e36a288d04f3df2d4b515 /include
parent5928516b68c598ae09f055076e17bd5e3b08410d (diff)
downloadbarebox-d5caf5ec5b2e175e47dc6eb4d42249126c8e2c8c.tar.gz
barebox-d5caf5ec5b2e175e47dc6eb4d42249126c8e2c8c.tar.xz
[i.MX27]: Add CSx base addresses
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-imx/imx27-regs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-arm/arch-imx/imx27-regs.h b/include/asm-arm/arch-imx/imx27-regs.h
index e30063a668..cbe1c8e3a8 100644
--- a/include/asm-arm/arch-imx/imx27-regs.h
+++ b/include/asm-arm/arch-imx/imx27-regs.h
@@ -36,6 +36,7 @@
#define AIPI2_PSR1 __REG(IMX_AIPI2_BASE + 0x04)
/* System Control */
+#define CID __REG(IMX_SYSTEM_CTL_BASE + 0x0)
#define GPCR __REG(IMX_SYSTEM_CTL_BASE + 0x18)
/* Chip Select Registers */
@@ -274,4 +275,11 @@
#define TSTAT_CAPT (1<<1) /* Capture event */
#define TSTAT_COMP (1) /* Compare event */
+#define IMX_CS0_BASE 0xC0000000
+#define IMX_CS1_BASE 0xC8000000
+#define IMX_CS2_BASE 0xD0000000
+#define IMX_CS3_BASE 0xD2000000
+#define IMX_CS4_BASE 0xD4000000
+#define IMX_CS5_BASE 0xD6000000
+
#endif /* _IMX27_REGS_H */