Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[pandora-kernel.git] / arch / arm / mach-s5pv310 / include / mach / map.h
1 /* linux/arch/arm/mach-s5pv310/include/mach/map.h
2  *
3  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4  *              http://www.samsung.com/
5  *
6  * S5PV310 - 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
18 /*
19  * S5PV310 UART offset is 0x10000 but the older S5P SoCs are 0x400.
20  * So need to define it, and here is to avoid redefinition warning.
21  */
22 #define S3C_UART_OFFSET                 (0x10000)
23
24 #include <plat/map-s5p.h>
25
26 #define S5PV310_PA_CHIPID               (0x10000000)
27 #define S5P_PA_CHIPID                   S5PV310_PA_CHIPID
28
29 #define S5PV310_PA_SYSCON               (0x10020000)
30 #define S5P_PA_SYSCON                   S5PV310_PA_SYSCON
31
32 #define S5PV310_PA_WATCHDOG             (0x10060000)
33
34 #define S5PV310_PA_COMBINER             (0x10448000)
35
36 #define S5PV310_PA_COREPERI             (0x10500000)
37 #define S5PV310_PA_GIC_CPU              (0x10500100)
38 #define S5PV310_PA_TWD                  (0x10500600)
39 #define S5PV310_PA_GIC_DIST             (0x10501000)
40 #define S5PV310_PA_L2CC                 (0x10502000)
41
42 #define S5PV310_PA_GPIO                 (0x11000000)
43 #define S5P_PA_GPIO                     S5PV310_PA_GPIO
44
45 #define S5PV310_PA_UART                 (0x13800000)
46
47 #define S5P_PA_UART(x)                  (S5PV310_PA_UART + ((x) * S3C_UART_OFFSET))
48 #define S5P_PA_UART0                    S5P_PA_UART(0)
49 #define S5P_PA_UART1                    S5P_PA_UART(1)
50 #define S5P_PA_UART2                    S5P_PA_UART(2)
51 #define S5P_PA_UART3                    S5P_PA_UART(3)
52 #define S5P_PA_UART4                    S5P_PA_UART(4)
53
54 #define S5P_SZ_UART                     SZ_256
55
56 #define S5PV310_PA_IIC0                 (0x13860000)
57
58 #define S5PV310_PA_TIMER                (0x139D0000)
59 #define S5P_PA_TIMER                    S5PV310_PA_TIMER
60
61 #define S5PV310_PA_SDRAM                (0x40000000)
62 #define S5P_PA_SDRAM                    S5PV310_PA_SDRAM
63
64 /* compatibiltiy defines. */
65 #define S3C_PA_UART                     S5PV310_PA_UART
66 #define S3C_PA_IIC                      S5PV310_PA_IIC0
67 #define S3C_PA_WDT                      S5PV310_PA_WATCHDOG
68
69 #endif /* __ASM_ARCH_MAP_H */