diff options
Diffstat (limited to 'arch/arm/mach-s5pv310/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5pv310/include/mach/map.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/mach/map.h index 7acf4e77e92e..53994467605d 100644 --- a/arch/arm/mach-s5pv310/include/mach/map.h +++ b/arch/arm/mach-s5pv310/include/mach/map.h | |||
@@ -52,6 +52,11 @@ | |||
52 | #define S5PV310_PA_GIC_DIST (0x10501000) | 52 | #define S5PV310_PA_GIC_DIST (0x10501000) |
53 | #define S5PV310_PA_L2CC (0x10502000) | 53 | #define S5PV310_PA_L2CC (0x10502000) |
54 | 54 | ||
55 | /* DMA */ | ||
56 | #define S5PV310_PA_MDMA 0x10810000 | ||
57 | #define S5PV310_PA_PDMA0 0x12680000 | ||
58 | #define S5PV310_PA_PDMA1 0x12690000 | ||
59 | |||
55 | #define S5PV310_PA_GPIO1 (0x11400000) | 60 | #define S5PV310_PA_GPIO1 (0x11400000) |
56 | #define S5PV310_PA_GPIO2 (0x11000000) | 61 | #define S5PV310_PA_GPIO2 (0x11000000) |
57 | #define S5PV310_PA_GPIO3 (0x03860000) | 62 | #define S5PV310_PA_GPIO3 (0x03860000) |
@@ -60,6 +65,22 @@ | |||
60 | 65 | ||
61 | #define S5PV310_PA_SROMC (0x12570000) | 66 | #define S5PV310_PA_SROMC (0x12570000) |
62 | 67 | ||
68 | /* S/PDIF */ | ||
69 | #define S5PV310_PA_SPDIF 0xE1100000 | ||
70 | |||
71 | /* I2S */ | ||
72 | #define S5PV310_PA_I2S0 0x03830000 | ||
73 | #define S5PV310_PA_I2S1 0xE3100000 | ||
74 | #define S5PV310_PA_I2S2 0xE2A00000 | ||
75 | |||
76 | /* PCM */ | ||
77 | #define S5PV310_PA_PCM0 0x03840000 | ||
78 | #define S5PV310_PA_PCM1 0x13980000 | ||
79 | #define S5PV310_PA_PCM2 0x13990000 | ||
80 | |||
81 | /* AC97 */ | ||
82 | #define S5PV310_PA_AC97 0x139A0000 | ||
83 | |||
63 | #define S5PV310_PA_UART (0x13800000) | 84 | #define S5PV310_PA_UART (0x13800000) |
64 | 85 | ||
65 | #define S5P_PA_UART(x) (S5PV310_PA_UART + ((x) * S3C_UART_OFFSET)) | 86 | #define S5P_PA_UART(x) (S5PV310_PA_UART + ((x) * S3C_UART_OFFSET)) |