]> bbs.cooldavid.org Git - net-next-2.6.git/blob - arch/arm/mach-s5pv210/include/mach/map.h
ARM: S5PV210: add common I2C device helpers
[net-next-2.6.git] / arch / arm / mach-s5pv210 / include / mach / map.h
1 /* linux/arch/arm/mach-s5pv210/include/mach/map.h
2  *
3  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4  *              http://www.samsung.com/
5  *
6  * S5PV210 - Memory map definitions
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #ifndef __ASM_ARCH_MAP_H
14 #define __ASM_ARCH_MAP_H __FILE__
15
16 #include <plat/map-base.h>
17 #include <plat/map-s5p.h>
18
19 #define S5PV210_PA_CHIPID       (0xE0000000)
20 #define S5P_PA_CHIPID           S5PV210_PA_CHIPID
21
22 #define S5PV210_PA_SYSCON       (0xE0100000)
23 #define S5P_PA_SYSCON           S5PV210_PA_SYSCON
24
25 #define S5PV210_PA_GPIO         (0xE0200000)
26 #define S5P_PA_GPIO             S5PV210_PA_GPIO
27
28 #define S5PV210_PA_IIC0         (0xE1800000)
29 #define S5PV210_PA_IIC1         (0xFAB00000)
30 #define S5PV210_PA_IIC2         (0xE1A00000)
31
32 #define S5PV210_PA_TIMER        (0xE2500000)
33 #define S5P_PA_TIMER            S5PV210_PA_TIMER
34
35 #define S5PV210_PA_SYSTIMER     (0xE2600000)
36
37 #define S5PV210_PA_UART         (0xE2900000)
38
39 #define S5P_PA_UART0            (S5PV210_PA_UART + 0x0)
40 #define S5P_PA_UART1            (S5PV210_PA_UART + 0x400)
41 #define S5P_PA_UART2            (S5PV210_PA_UART + 0x800)
42 #define S5P_PA_UART3            (S5PV210_PA_UART + 0xC00)
43
44 #define S5P_SZ_UART             SZ_256
45
46 #define S5PV210_PA_SROMC        (0xE8000000)
47
48 #define S5PV210_PA_MDMA         0xFA200000
49 #define S5PV210_PA_PDMA0        0xE0900000
50 #define S5PV210_PA_PDMA1        0xE0A00000
51
52 #define S5PV210_PA_FB           (0xF8000000)
53
54 #define S5PV210_PA_VIC0         (0xF2000000)
55 #define S5P_PA_VIC0             S5PV210_PA_VIC0
56
57 #define S5PV210_PA_VIC1         (0xF2100000)
58 #define S5P_PA_VIC1             S5PV210_PA_VIC1
59
60 #define S5PV210_PA_VIC2         (0xF2200000)
61 #define S5P_PA_VIC2             S5PV210_PA_VIC2
62
63 #define S5PV210_PA_VIC3         (0xF2300000)
64 #define S5P_PA_VIC3             S5PV210_PA_VIC3
65
66 #define S5PV210_PA_SDRAM        (0x20000000)
67 #define S5P_PA_SDRAM            S5PV210_PA_SDRAM
68
69 /* I2S */
70 #define S5PV210_PA_IIS0         0xEEE30000
71 #define S5PV210_PA_IIS1         0xE2100000
72 #define S5PV210_PA_IIS2         0xE2A00000
73
74 /* PCM */
75 #define S5PV210_PA_PCM0         0xE2300000
76 #define S5PV210_PA_PCM1         0xE1200000
77 #define S5PV210_PA_PCM2         0xE2B00000
78
79 /* AC97 */
80 #define S5PV210_PA_AC97         0xE2200000
81
82 /* compatibiltiy defines. */
83 #define S3C_PA_UART             S5PV210_PA_UART
84 #define S3C_PA_IIC              S5PV210_PA_IIC0
85 #define S3C_PA_IIC1             S5PV210_PA_IIC1
86 #define S3C_PA_IIC2             S5PV210_PA_IIC2
87 #define S3C_PA_FB               S5PV210_PA_FB
88
89 #endif /* __ASM_ARCH_MAP_H */