aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos4210.dtsi
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2012-09-20 21:12:59 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-09-20 21:47:08 -0400
commitb571abb3b60eed1a191fd776a08d1eab71a3a428 (patch)
treec59227e9fed63fb94a040ceec9489a8322fb53bc /arch/arm/boot/dts/exynos4210.dtsi
parent5698bd757d55b1bb87edd1a9744ab09c142abfc2 (diff)
ARM: dts: Move parts common to EXYNOS4 from exynos4210.dtsi to exynos4.dtsi
Most definitions from exynos4210.dtsi can be applied for other SoCs from EXYNOS4 line as well, so move the common part into separate file that can be included by dtsi files of other EXYNOS4 SoCs (as well as current exynos4210.dtsi). Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Thomas Abraham <thomas.abraham@linaro.org> [kgene.kim@samsung.com: Dongjin Kim <dongjin.kim@agreeyamobility.net> submitted a similar patch 'Add DTS files derived from common EXYNOS4' before this but I picked this up because of included exynos4x12 stuff] Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4210.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos4210.dtsi181
1 files changed, 1 insertions, 180 deletions
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index 02891fe876e4..c71db9ccf0cd 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -19,201 +19,22 @@
19 * published by the Free Software Foundation. 19 * published by the Free Software Foundation.
20*/ 20*/
21 21
22/include/ "skeleton.dtsi" 22/include/ "exynos4.dtsi"
23 23
24/ { 24/ {
25 compatible = "samsung,exynos4210"; 25 compatible = "samsung,exynos4210";
26 interrupt-parent = <&gic>;
27
28 aliases {
29 spi0 = &spi_0;
30 spi1 = &spi_1;
31 spi2 = &spi_2;
32 };
33 26
34 gic:interrupt-controller@10490000 { 27 gic:interrupt-controller@10490000 {
35 compatible = "arm,cortex-a9-gic";
36 #interrupt-cells = <3>;
37 interrupt-controller;
38 cpu-offset = <0x8000>; 28 cpu-offset = <0x8000>;
39 reg = <0x10490000 0x1000>, <0x10480000 0x100>;
40 }; 29 };
41 30
42 combiner:interrupt-controller@10440000 { 31 combiner:interrupt-controller@10440000 {
43 compatible = "samsung,exynos4210-combiner";
44 #interrupt-cells = <2>;
45 interrupt-controller;
46 reg = <0x10440000 0x1000>;
47 interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>, 32 interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
48 <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>, 33 <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
49 <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>, 34 <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
50 <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>; 35 <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>;
51 }; 36 };
52 37
53 watchdog@10060000 {
54 compatible = "samsung,s3c2410-wdt";
55 reg = <0x10060000 0x100>;
56 interrupts = <0 43 0>;
57 };
58
59 rtc@10070000 {
60 compatible = "samsung,s3c6410-rtc";
61 reg = <0x10070000 0x100>;
62 interrupts = <0 44 0>, <0 45 0>;
63 };
64
65 keypad@100A0000 {
66 compatible = "samsung,s5pv210-keypad";
67 reg = <0x100A0000 0x100>;
68 interrupts = <0 109 0>;
69 };
70
71 sdhci@12510000 {
72 compatible = "samsung,exynos4210-sdhci";
73 reg = <0x12510000 0x100>;
74 interrupts = <0 73 0>;
75 };
76
77 sdhci@12520000 {
78 compatible = "samsung,exynos4210-sdhci";
79 reg = <0x12520000 0x100>;
80 interrupts = <0 74 0>;
81 };
82
83 sdhci@12530000 {
84 compatible = "samsung,exynos4210-sdhci";
85 reg = <0x12530000 0x100>;
86 interrupts = <0 75 0>;
87 };
88
89 sdhci@12540000 {
90 compatible = "samsung,exynos4210-sdhci";
91 reg = <0x12540000 0x100>;
92 interrupts = <0 76 0>;
93 };
94
95 serial@13800000 {
96 compatible = "samsung,exynos4210-uart";
97 reg = <0x13800000 0x100>;
98 interrupts = <0 52 0>;
99 };
100
101 serial@13810000 {
102 compatible = "samsung,exynos4210-uart";
103 reg = <0x13810000 0x100>;
104 interrupts = <0 53 0>;
105 };
106
107 serial@13820000 {
108 compatible = "samsung,exynos4210-uart";
109 reg = <0x13820000 0x100>;
110 interrupts = <0 54 0>;
111 };
112
113 serial@13830000 {
114 compatible = "samsung,exynos4210-uart";
115 reg = <0x13830000 0x100>;
116 interrupts = <0 55 0>;
117 };
118
119 i2c@13860000 {
120 compatible = "samsung,s3c2440-i2c";
121 reg = <0x13860000 0x100>;
122 interrupts = <0 58 0>;
123 };
124
125 i2c@13870000 {
126 compatible = "samsung,s3c2440-i2c";
127 reg = <0x13870000 0x100>;
128 interrupts = <0 59 0>;
129 };
130
131 i2c@13880000 {
132 compatible = "samsung,s3c2440-i2c";
133 reg = <0x13880000 0x100>;
134 interrupts = <0 60 0>;
135 };
136
137 i2c@13890000 {
138 compatible = "samsung,s3c2440-i2c";
139 reg = <0x13890000 0x100>;
140 interrupts = <0 61 0>;
141 };
142
143 i2c@138A0000 {
144 compatible = "samsung,s3c2440-i2c";
145 reg = <0x138A0000 0x100>;
146 interrupts = <0 62 0>;
147 };
148
149 i2c@138B0000 {
150 compatible = "samsung,s3c2440-i2c";
151 reg = <0x138B0000 0x100>;
152 interrupts = <0 63 0>;
153 };
154
155 i2c@138C0000 {
156 compatible = "samsung,s3c2440-i2c";
157 reg = <0x138C0000 0x100>;
158 interrupts = <0 64 0>;
159 };
160
161 i2c@138D0000 {
162 compatible = "samsung,s3c2440-i2c";
163 reg = <0x138D0000 0x100>;
164 interrupts = <0 65 0>;
165 };
166
167 spi_0: spi@13920000 {
168 compatible = "samsung,exynos4210-spi";
169 reg = <0x13920000 0x100>;
170 interrupts = <0 66 0>;
171 tx-dma-channel = <&pdma0 7>; /* preliminary */
172 rx-dma-channel = <&pdma0 6>; /* preliminary */
173 #address-cells = <1>;
174 #size-cells = <0>;
175 };
176
177 spi_1: spi@13930000 {
178 compatible = "samsung,exynos4210-spi";
179 reg = <0x13930000 0x100>;
180 interrupts = <0 67 0>;
181 tx-dma-channel = <&pdma1 7>; /* preliminary */
182 rx-dma-channel = <&pdma1 6>; /* preliminary */
183 #address-cells = <1>;
184 #size-cells = <0>;
185 };
186
187 spi_2: spi@13940000 {
188 compatible = "samsung,exynos4210-spi";
189 reg = <0x13940000 0x100>;
190 interrupts = <0 68 0>;
191 tx-dma-channel = <&pdma0 9>; /* preliminary */
192 rx-dma-channel = <&pdma0 8>; /* preliminary */
193 #address-cells = <1>;
194 #size-cells = <0>;
195 };
196
197 amba {
198 #address-cells = <1>;
199 #size-cells = <1>;
200 compatible = "arm,amba-bus";
201 interrupt-parent = <&gic>;
202 ranges;
203
204 pdma0: pdma@12680000 {
205 compatible = "arm,pl330", "arm,primecell";
206 reg = <0x12680000 0x1000>;
207 interrupts = <0 35 0>;
208 };
209
210 pdma1: pdma@12690000 {
211 compatible = "arm,pl330", "arm,primecell";
212 reg = <0x12690000 0x1000>;
213 interrupts = <0 36 0>;
214 };
215 };
216
217 gpio-controllers { 38 gpio-controllers {
218 #address-cells = <1>; 39 #address-cells = <1>;
219 #size-cells = <1>; 40 #size-cells = <1>;