diff options
Diffstat (limited to 'arch/arm/mach-s5p6442/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5p6442/include/mach/map.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/include/mach/map.h b/arch/arm/mach-s5p6442/include/mach/map.h index a263d77f6968..7568dc0d6be0 100644 --- a/arch/arm/mach-s5p6442/include/mach/map.h +++ b/arch/arm/mach-s5p6442/include/mach/map.h | |||
@@ -54,6 +54,14 @@ | |||
54 | #define S5P6442_PA_SDRAM (0x20000000) | 54 | #define S5P6442_PA_SDRAM (0x20000000) |
55 | #define S5P_PA_SDRAM S5P6442_PA_SDRAM | 55 | #define S5P_PA_SDRAM S5P6442_PA_SDRAM |
56 | 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 | |||
57 | /* compatibiltiy defines. */ | 65 | /* compatibiltiy defines. */ |
58 | #define S3C_PA_UART S5P6442_PA_UART | 66 | #define S3C_PA_UART S5P6442_PA_UART |
59 | #define S3C_PA_IIC S5P6442_PA_IIC0 | 67 | #define S3C_PA_IIC S5P6442_PA_IIC0 |