diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 16:02:50 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 19:09:50 +0900 |
commit | 070c808546f69bc37db14db96e043a3b8894e0e2 (patch) | |
tree | b42e2e5ed97caaad0e9da4d89c2b44f93366439f /arch/arm/mach-s5p6442/include/mach | |
parent | 95fa6e6cd34d33915504d207a832920d98e4e932 (diff) | |
download | blackbird-op-linux-070c808546f69bc37db14db96e043a3b8894e0e2.tar.gz blackbird-op-linux-070c808546f69bc37db14db96e043a3b8894e0e2.zip |
ARM: S5P6442: Add audio platform devices
Define platform devices for all audio devices found on S5P6442
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5p6442/include/mach')
-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 685277d792fb..767c596143c4 100644 --- a/arch/arm/mach-s5p6442/include/mach/map.h +++ b/arch/arm/mach-s5p6442/include/mach/map.h @@ -51,6 +51,14 @@ #define S5P6442_PA_SDRAM (0x20000000) #define S5P_PA_SDRAM S5P6442_PA_SDRAM +/* I2S */ +#define S5P6442_PA_I2S0 0xC0B00000 +#define S5P6442_PA_I2S1 0xF2200000 + +/* PCM */ +#define S5P6442_PA_PCM0 0xF2400000 +#define S5P6442_PA_PCM1 0xF2500000 + /* compatibiltiy defines. */ #define S3C_PA_UART S5P6442_PA_UART #define S3C_PA_IIC S5P6442_PA_IIC0 |