diff options
Diffstat (limited to 'arch/arm/mach-s5p6442/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5p6442/include/mach/map.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/include/mach/map.h b/arch/arm/mach-s5p6442/include/mach/map.h index 685277d792fb..7568dc0d6be0 100644 --- a/arch/arm/mach-s5p6442/include/mach/map.h +++ b/arch/arm/mach-s5p6442/include/mach/map.h | |||
@@ -34,6 +34,9 @@ | |||
34 | #define S5P6442_PA_VIC2 (0xE4200000) | 34 | #define S5P6442_PA_VIC2 (0xE4200000) |
35 | #define S5P_PA_VIC2 S5P6442_PA_VIC2 | 35 | #define S5P_PA_VIC2 S5P6442_PA_VIC2 |
36 | 36 | ||
37 | #define S5P6442_PA_MDMA 0xE8000000 | ||
38 | #define S5P6442_PA_PDMA 0xE9000000 | ||
39 | |||
37 | #define S5P6442_PA_TIMER (0xEA000000) | 40 | #define S5P6442_PA_TIMER (0xEA000000) |
38 | #define S5P_PA_TIMER S5P6442_PA_TIMER | 41 | #define S5P_PA_TIMER S5P6442_PA_TIMER |
39 | 42 | ||
@@ -51,6 +54,14 @@ | |||
51 | #define S5P6442_PA_SDRAM (0x20000000) | 54 | #define S5P6442_PA_SDRAM (0x20000000) |
52 | #define S5P_PA_SDRAM S5P6442_PA_SDRAM | 55 | #define S5P_PA_SDRAM S5P6442_PA_SDRAM |
53 | 56 | ||
57 | /* I2S */ | ||
58 | #define S5P6442_PA_I2S0 0xC0B00000 | ||
59 | #define S5P6442_PA_I2S1 0xF2200000 | ||
60 | |||
61 | /* PCM */ | ||
62 | #define S5P6442_PA_PCM0 0xF2400000 | ||
63 | #define S5P6442_PA_PCM1 0xF2500000 | ||
64 | |||
54 | /* compatibiltiy defines. */ | 65 | /* compatibiltiy defines. */ |
55 | #define S3C_PA_UART S5P6442_PA_UART | 66 | #define S3C_PA_UART S5P6442_PA_UART |
56 | #define S3C_PA_IIC S5P6442_PA_IIC0 | 67 | #define S3C_PA_IIC S5P6442_PA_IIC0 |