aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-05-18 03:02:26 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-18 06:09:49 -0400
commit602bf0cfbdedfd988e43203d2a26bdbbab639309 (patch)
tree7132aa1a9a73f38715b57cd7a726f85cc99dbbef /arch/arm/mach-s5pv210/include
parent7ebd467551ed6ae200d7835a84bbda0dcadaa511 (diff)
ARM: S5PV210: Add audio platform devices
Define platform devices for all audio devices found on S5PV210 Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/include')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/map.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h
index c22694c8231f..bcd2e82c2e2b 100644
--- a/arch/arm/mach-s5pv210/include/mach/map.h
+++ b/arch/arm/mach-s5pv210/include/mach/map.h
@@ -58,6 +58,19 @@
58#define S5PV210_PA_SDRAM (0x20000000) 58#define S5PV210_PA_SDRAM (0x20000000)
59#define S5P_PA_SDRAM S5PV210_PA_SDRAM 59#define S5P_PA_SDRAM S5PV210_PA_SDRAM
60 60
61/* I2S */
62#define S5PV210_PA_IIS0 0xEEE30000
63#define S5PV210_PA_IIS1 0xE2100000
64#define S5PV210_PA_IIS2 0xE2A00000
65
66/* PCM */
67#define S5PV210_PA_PCM0 0xE2300000
68#define S5PV210_PA_PCM1 0xE1200000
69#define S5PV210_PA_PCM2 0xE2B00000
70
71/* AC97 */
72#define S5PV210_PA_AC97 0xE2200000
73
61/* compatibiltiy defines. */ 74/* compatibiltiy defines. */
62#define S3C_PA_UART S5PV210_PA_UART 75#define S3C_PA_UART S5PV210_PA_UART
63#define S3C_PA_IIC S5PV210_PA_IIC0 76#define S3C_PA_IIC S5PV210_PA_IIC0