aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pv310/include/mach/map.h
diff options
context:
space:
mode:
authorDaein Moon <moon9124@samsung.com>2010-10-25 16:30:40 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-10-26 08:40:12 +0900
commit09596ba07e81655dd8d90eb648cb443d48cdc9da (patch)
tree84fbac967501f226e45d855032958f3372a802e1 /arch/arm/mach-s5pv310/include/mach/map.h
parenta6149c09c96d2afdc73ff77f58d14f1e8946b1c6 (diff)
ARM: S5PV310: Add support SROMC
This patch adds support SROMC for S5PV310 and S5PC210. Signed-off-by: Daein Moon <moon9124@samsung.com> Signed-off-by: Sangbeom Kim <sbkim73@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/include/mach/map.h')
-rw-r--r--arch/arm/mach-s5pv310/include/mach/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/mach/map.h
index 1e3384fba13..7acf4e77e92 100644
--- a/arch/arm/mach-s5pv310/include/mach/map.h
+++ b/arch/arm/mach-s5pv310/include/mach/map.h
@@ -25,6 +25,8 @@
#define S5PV310_PA_SYSRAM (0x02025000)
+#define S5PV310_PA_SROM_BANK(x) (0x04000000 + ((x) * 0x01000000))
+
#define S5PC210_PA_ONENAND (0x0C000000)
#define S5P_PA_ONENAND S5PC210_PA_ONENAND
@@ -56,6 +58,8 @@
#define S5PV310_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000))
+#define S5PV310_PA_SROMC (0x12570000)
+
#define S5PV310_PA_UART (0x13800000)
#define S5P_PA_UART(x) (S5PV310_PA_UART + ((x) * S3C_UART_OFFSET))