aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6400
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r--arch/arm/mach-s3c6400/include/mach/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h
index d0bcc2652f1..70bc211d125 100644
--- a/arch/arm/mach-s3c6400/include/mach/map.h
+++ b/arch/arm/mach-s3c6400/include/mach/map.h
@@ -51,6 +51,8 @@
#define S3C64XX_SZ_GPIO SZ_4K
#define S3C64XX_PA_SDRAM (0x50000000)
+#define S3C64XX_PA_TZIC0 (0x71000000)
+#define S3C64XX_PA_TZIC1 (0x71100000)
#define S3C64XX_PA_VIC0 (0x71200000)
#define S3C64XX_PA_VIC1 (0x71300000)
@@ -60,6 +62,8 @@
/* place VICs close together */
#define S3C_VA_VIC0 (S3C_VA_IRQ + 0x00)
#define S3C_VA_VIC1 (S3C_VA_IRQ + 0x10000)
+#define S3C_VA_TZIC0 (S3C_VA_IRQ + 0x20000)
+#define S3C_VA_TZIC1 (S3C_VA_IRQ + 0x30000)
/* compatibiltiy defines. */
#define S3C_PA_TIMER S3C64XX_PA_TIMER