aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/include
diff options
context:
space:
mode:
authorChanghwan Youn <chaos.youn@samsung.com>2011-07-15 21:48:47 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-07-20 10:28:06 -0400
commiteb13f2bf7254f868486179b75d41c8b17a134996 (patch)
treeab6bf6439fcda10c343a8789a0d3650ac041e360 /arch/arm/mach-exynos4/include
parent0d855f40a47213e488103fdaf74d01eb90a57f09 (diff)
ARM: EXYNOS4: Add external GIC io memory mapping
This patch adds external GIC io memory mapping to support external GIC on EXYNOS4. Signed-off-by: Changhwan Youn <chaos.youn@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/include')
-rw-r--r--arch/arm/mach-exynos4/include/mach/map.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h
index 0009e77a05fc..0dbca26dfe64 100644
--- a/arch/arm/mach-exynos4/include/mach/map.h
+++ b/arch/arm/mach-exynos4/include/mach/map.h
@@ -57,12 +57,13 @@
57 57
58#define EXYNOS4_PA_DMC0 0x10400000 58#define EXYNOS4_PA_DMC0 0x10400000
59 59
60#define EXYNOS4_PA_COMBINER 0x10448000 60#define EXYNOS4_PA_COMBINER 0x10440000
61
62#define EXYNOS4_PA_GIC_CPU 0x10480000
63#define EXYNOS4_PA_GIC_DIST 0x10490000
61 64
62#define EXYNOS4_PA_COREPERI 0x10500000 65#define EXYNOS4_PA_COREPERI 0x10500000
63#define EXYNOS4_PA_GIC_CPU 0x10500100
64#define EXYNOS4_PA_TWD 0x10500600 66#define EXYNOS4_PA_TWD 0x10500600
65#define EXYNOS4_PA_GIC_DIST 0x10501000
66#define EXYNOS4_PA_L2CC 0x10502000 67#define EXYNOS4_PA_L2CC 0x10502000
67 68
68#define EXYNOS4_PA_MDMA 0x10810000 69#define EXYNOS4_PA_MDMA 0x10810000