ARM: dts: rockchip: add Cortex-A9 SPI controller nodes
[linux-2.6-block.git] / arch / arm / boot / dts / rk3066a.dtsi
CommitLineData
d63dc051
HS
1/*
2 * Copyright (c) 2013 MundoReader S.L.
3 * Author: Heiko Stuebner <heiko@sntech.de>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16#include <dt-bindings/gpio/gpio.h>
d63dc051 17#include <dt-bindings/pinctrl/rockchip.h>
b13d2a7b 18#include <dt-bindings/clock/rk3066a-cru.h>
f75efdd7 19#include "rk3xxx.dtsi"
d63dc051
HS
20
21/ {
22 compatible = "rockchip,rk3066a";
d63dc051
HS
23
24 cpus {
25 #address-cells = <1>;
26 #size-cells = <0>;
26ab69cb 27 enable-method = "rockchip,rk3066-smp";
d63dc051
HS
28
29 cpu@0 {
30 device_type = "cpu";
31 compatible = "arm,cortex-a9";
32 next-level-cache = <&L2>;
33 reg = <0x0>;
34 };
35 cpu@1 {
36 device_type = "cpu";
37 compatible = "arm,cortex-a9";
38 next-level-cache = <&L2>;
39 reg = <0x1>;
40 };
41 };
42
c3030d30
HS
43 sram: sram@10080000 {
44 compatible = "mmio-sram";
45 reg = <0x10080000 0x10000>;
46 #address-cells = <1>;
47 #size-cells = <1>;
48 ranges = <0 0x10080000 0x10000>;
49
50 smp-sram@0 {
51 compatible = "rockchip,rk3066-smp-sram";
52 reg = <0x0 0x50>;
d63dc051 53 };
c3030d30
HS
54 };
55
56 cru: clock-controller@20000000 {
57 compatible = "rockchip,rk3066a-cru";
58 reg = <0x20000000 0x1000>;
59 rockchip,grf = <&grf>;
60
61 #clock-cells = <1>;
62 #reset-cells = <1>;
63 };
64
ff84b90e
HS
65 timer@2000e000 {
66 compatible = "snps,dw-apb-timer-osc";
67 reg = <0x2000e000 0x100>;
68 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
69 clocks = <&cru SCLK_TIMER2>, <&cru PCLK_TIMER2>;
70 clock-names = "timer", "pclk";
71 };
72
73 timer@20038000 {
74 compatible = "snps,dw-apb-timer-osc";
75 reg = <0x20038000 0x100>;
76 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
77 clocks = <&cru SCLK_TIMER0>, <&cru PCLK_TIMER0>;
78 clock-names = "timer", "pclk";
79 };
80
81 timer@2003a000 {
82 compatible = "snps,dw-apb-timer-osc";
83 reg = <0x2003a000 0x100>;
84 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
85 clocks = <&cru SCLK_TIMER1>, <&cru PCLK_TIMER1>;
86 clock-names = "timer", "pclk";
87 };
88
6e4b3b4b 89 pinctrl: pinctrl {
c3030d30
HS
90 compatible = "rockchip,rk3066a-pinctrl";
91 rockchip,grf = <&grf>;
92 #address-cells = <1>;
93 #size-cells = <1>;
94 ranges;
d63dc051 95
c3030d30
HS
96 gpio0: gpio0@20034000 {
97 compatible = "rockchip,gpio-bank";
98 reg = <0x20034000 0x100>;
99 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
100 clocks = <&cru PCLK_GPIO0>;
101
102 gpio-controller;
103 #gpio-cells = <2>;
104
105 interrupt-controller;
106 #interrupt-cells = <2>;
d63dc051
HS
107 };
108
c3030d30
HS
109 gpio1: gpio1@2003c000 {
110 compatible = "rockchip,gpio-bank";
111 reg = <0x2003c000 0x100>;
112 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
113 clocks = <&cru PCLK_GPIO1>;
de18e014 114
c3030d30
HS
115 gpio-controller;
116 #gpio-cells = <2>;
117
118 interrupt-controller;
119 #interrupt-cells = <2>;
de18e014
HS
120 };
121
c3030d30
HS
122 gpio2: gpio2@2003e000 {
123 compatible = "rockchip,gpio-bank";
124 reg = <0x2003e000 0x100>;
125 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
126 clocks = <&cru PCLK_GPIO2>;
127
128 gpio-controller;
129 #gpio-cells = <2>;
b13d2a7b 130
c3030d30
HS
131 interrupt-controller;
132 #interrupt-cells = <2>;
b13d2a7b
HS
133 };
134
c3030d30
HS
135 gpio3: gpio3@20080000 {
136 compatible = "rockchip,gpio-bank";
137 reg = <0x20080000 0x100>;
138 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
139 clocks = <&cru PCLK_GPIO3>;
d63dc051 140
c3030d30
HS
141 gpio-controller;
142 #gpio-cells = <2>;
d63dc051 143
c3030d30
HS
144 interrupt-controller;
145 #interrupt-cells = <2>;
146 };
d63dc051 147
c3030d30
HS
148 gpio4: gpio4@20084000 {
149 compatible = "rockchip,gpio-bank";
150 reg = <0x20084000 0x100>;
151 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
152 clocks = <&cru PCLK_GPIO4>;
d63dc051 153
c3030d30
HS
154 gpio-controller;
155 #gpio-cells = <2>;
d63dc051 156
c3030d30
HS
157 interrupt-controller;
158 #interrupt-cells = <2>;
159 };
d63dc051 160
c3030d30
HS
161 gpio6: gpio6@2000a000 {
162 compatible = "rockchip,gpio-bank";
163 reg = <0x2000a000 0x100>;
164 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
165 clocks = <&cru PCLK_GPIO6>;
d63dc051 166
c3030d30
HS
167 gpio-controller;
168 #gpio-cells = <2>;
d63dc051 169
c3030d30
HS
170 interrupt-controller;
171 #interrupt-cells = <2>;
172 };
d63dc051 173
c3030d30
HS
174 pcfg_pull_default: pcfg_pull_default {
175 bias-pull-pin-default;
176 };
d63dc051 177
c3030d30
HS
178 pcfg_pull_none: pcfg_pull_none {
179 bias-disable;
180 };
d63dc051 181
9cdffd8c
HS
182 i2c0 {
183 i2c0_xfer: i2c0-xfer {
184 rockchip,pins = <RK_GPIO2 28 RK_FUNC_1 &pcfg_pull_none>,
185 <RK_GPIO2 29 RK_FUNC_1 &pcfg_pull_none>;
186 };
187 };
188
189 i2c1 {
190 i2c1_xfer: i2c1-xfer {
191 rockchip,pins = <RK_GPIO2 30 RK_FUNC_1 &pcfg_pull_none>,
192 <RK_GPIO2 31 RK_FUNC_1 &pcfg_pull_none>;
193 };
194 };
195
196 i2c2 {
197 i2c2_xfer: i2c2-xfer {
198 rockchip,pins = <RK_GPIO3 0 RK_FUNC_1 &pcfg_pull_none>,
199 <RK_GPIO3 1 RK_FUNC_1 &pcfg_pull_none>;
200 };
201 };
202
203 i2c3 {
204 i2c3_xfer: i2c3-xfer {
205 rockchip,pins = <RK_GPIO3 2 RK_FUNC_2 &pcfg_pull_none>,
206 <RK_GPIO3 3 RK_FUNC_2 &pcfg_pull_none>;
207 };
208 };
209
210 i2c4 {
211 i2c4_xfer: i2c4-xfer {
212 rockchip,pins = <RK_GPIO3 4 RK_FUNC_1 &pcfg_pull_none>,
213 <RK_GPIO3 5 RK_FUNC_1 &pcfg_pull_none>;
214 };
215 };
216
550c7f4e
BG
217 pwm0 {
218 pwm0_out: pwm0-out {
219 rockchip,pins = <RK_GPIO0 3 RK_FUNC_1 &pcfg_pull_none>;
220 };
221 };
222
223 pwm1 {
224 pwm1_out: pwm1-out {
225 rockchip,pins = <RK_GPIO0 4 RK_FUNC_1 &pcfg_pull_none>;
226 };
227 };
228
229 pwm2 {
230 pwm2_out: pwm2-out {
231 rockchip,pins = <RK_GPIO0 30 RK_FUNC_1 &pcfg_pull_none>;
232 };
233 };
234
235 pwm3 {
236 pwm3_out: pwm3-out {
237 rockchip,pins = <RK_GPIO0 31 RK_FUNC_1 &pcfg_pull_none>;
238 };
239 };
240
39c2bd78
HS
241 spi0 {
242 spi0_clk: spi0-clk {
243 rockchip,pins = <RK_GPIO1 5 RK_FUNC_2 &pcfg_pull_default>;
244 };
245 spi0_cs0: spi0-cs0 {
246 rockchip,pins = <RK_GPIO1 4 RK_FUNC_2 &pcfg_pull_default>;
247 };
248 spi0_tx: spi0-tx {
249 rockchip,pins = <RK_GPIO1 7 RK_FUNC_2 &pcfg_pull_default>;
250 };
251 spi0_rx: spi0-rx {
252 rockchip,pins = <RK_GPIO1 6 RK_FUNC_2 &pcfg_pull_default>;
253 };
254 spi0_cs1: spi0-cs1 {
255 rockchip,pins = <RK_GPIO4 15 RK_FUNC_1 &pcfg_pull_default>;
256 };
257 };
258
259 spi1 {
260 spi1_clk: spi1-clk {
261 rockchip,pins = <RK_GPIO2 19 RK_FUNC_2 &pcfg_pull_default>;
262 };
263 spi1_cs0: spi1-cs0 {
264 rockchip,pins = <RK_GPIO2 20 RK_FUNC_2 &pcfg_pull_default>;
265 };
266 spi1_rx: spi1-rx {
267 rockchip,pins = <RK_GPIO2 22 RK_FUNC_2 &pcfg_pull_default>;
268 };
269 spi1_tx: spi1-tx {
270 rockchip,pins = <RK_GPIO2 21 RK_FUNC_2 &pcfg_pull_default>;
271 };
272 spi1_cs1: spi1-cs1 {
273 rockchip,pins = <RK_GPIO2 23 RK_FUNC_2 &pcfg_pull_default>;
274 };
275 };
276
c3030d30
HS
277 uart0 {
278 uart0_xfer: uart0-xfer {
279 rockchip,pins = <RK_GPIO1 0 RK_FUNC_1 &pcfg_pull_default>,
280 <RK_GPIO1 1 RK_FUNC_1 &pcfg_pull_default>;
281 };
d63dc051 282
c3030d30
HS
283 uart0_cts: uart0-cts {
284 rockchip,pins = <RK_GPIO1 2 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
285 };
286
c3030d30
HS
287 uart0_rts: uart0-rts {
288 rockchip,pins = <RK_GPIO1 3 RK_FUNC_1 &pcfg_pull_default>;
289 };
290 };
d63dc051 291
c3030d30
HS
292 uart1 {
293 uart1_xfer: uart1-xfer {
294 rockchip,pins = <RK_GPIO1 4 RK_FUNC_1 &pcfg_pull_default>,
295 <RK_GPIO1 5 RK_FUNC_1 &pcfg_pull_default>;
296 };
d63dc051 297
c3030d30
HS
298 uart1_cts: uart1-cts {
299 rockchip,pins = <RK_GPIO1 6 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
300 };
301
c3030d30
HS
302 uart1_rts: uart1-rts {
303 rockchip,pins = <RK_GPIO1 7 RK_FUNC_1 &pcfg_pull_default>;
304 };
305 };
d63dc051 306
c3030d30
HS
307 uart2 {
308 uart2_xfer: uart2-xfer {
309 rockchip,pins = <RK_GPIO1 8 RK_FUNC_1 &pcfg_pull_default>,
310 <RK_GPIO1 9 RK_FUNC_1 &pcfg_pull_default>;
311 };
312 /* no rts / cts for uart2 */
313 };
d63dc051 314
c3030d30
HS
315 uart3 {
316 uart3_xfer: uart3-xfer {
317 rockchip,pins = <RK_GPIO3 27 RK_FUNC_1 &pcfg_pull_default>,
318 <RK_GPIO3 28 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
319 };
320
c3030d30
HS
321 uart3_cts: uart3-cts {
322 rockchip,pins = <RK_GPIO3 29 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
323 };
324
c3030d30
HS
325 uart3_rts: uart3-rts {
326 rockchip,pins = <RK_GPIO3 30 RK_FUNC_1 &pcfg_pull_default>;
d63dc051 327 };
c3030d30 328 };
d63dc051 329
c3030d30
HS
330 sd0 {
331 sd0_clk: sd0-clk {
332 rockchip,pins = <RK_GPIO3 8 RK_FUNC_1 &pcfg_pull_default>;
333 };
d63dc051 334
c3030d30
HS
335 sd0_cmd: sd0-cmd {
336 rockchip,pins = <RK_GPIO3 9 RK_FUNC_1 &pcfg_pull_default>;
337 };
d63dc051 338
c3030d30
HS
339 sd0_cd: sd0-cd {
340 rockchip,pins = <RK_GPIO3 14 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
341 };
342
c3030d30
HS
343 sd0_wp: sd0-wp {
344 rockchip,pins = <RK_GPIO3 15 RK_FUNC_1 &pcfg_pull_default>;
345 };
d63dc051 346
c3030d30
HS
347 sd0_bus1: sd0-bus-width1 {
348 rockchip,pins = <RK_GPIO3 10 RK_FUNC_1 &pcfg_pull_default>;
349 };
d63dc051 350
c3030d30
HS
351 sd0_bus4: sd0-bus-width4 {
352 rockchip,pins = <RK_GPIO3 10 RK_FUNC_1 &pcfg_pull_default>,
353 <RK_GPIO3 11 RK_FUNC_1 &pcfg_pull_default>,
354 <RK_GPIO3 12 RK_FUNC_1 &pcfg_pull_default>,
355 <RK_GPIO3 13 RK_FUNC_1 &pcfg_pull_default>;
d63dc051 356 };
c3030d30 357 };
d63dc051 358
c3030d30
HS
359 sd1 {
360 sd1_clk: sd1-clk {
361 rockchip,pins = <RK_GPIO3 21 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
362 };
363
c3030d30
HS
364 sd1_cmd: sd1-cmd {
365 rockchip,pins = <RK_GPIO3 16 RK_FUNC_1 &pcfg_pull_default>;
366 };
d63dc051 367
c3030d30
HS
368 sd1_cd: sd1-cd {
369 rockchip,pins = <RK_GPIO3 22 RK_FUNC_1 &pcfg_pull_default>;
370 };
d63dc051 371
c3030d30
HS
372 sd1_wp: sd1-wp {
373 rockchip,pins = <RK_GPIO3 23 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
374 };
375
c3030d30
HS
376 sd1_bus1: sd1-bus-width1 {
377 rockchip,pins = <RK_GPIO3 17 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
378 };
379
c3030d30
HS
380 sd1_bus4: sd1-bus-width4 {
381 rockchip,pins = <RK_GPIO3 17 RK_FUNC_1 &pcfg_pull_default>,
382 <RK_GPIO3 18 RK_FUNC_1 &pcfg_pull_default>,
383 <RK_GPIO3 19 RK_FUNC_1 &pcfg_pull_default>,
384 <RK_GPIO3 20 RK_FUNC_1 &pcfg_pull_default>;
d63dc051
HS
385 };
386 };
d63dc051
HS
387 };
388};
fcbbf965 389
9cdffd8c
HS
390&i2c0 {
391 pinctrl-names = "default";
392 pinctrl-0 = <&i2c0_xfer>;
393};
394
395&i2c1 {
396 pinctrl-names = "default";
397 pinctrl-0 = <&i2c1_xfer>;
398};
399
400&i2c2 {
401 pinctrl-names = "default";
402 pinctrl-0 = <&i2c2_xfer>;
403};
404
405&i2c3 {
406 pinctrl-names = "default";
407 pinctrl-0 = <&i2c3_xfer>;
408};
409
410&i2c4 {
411 pinctrl-names = "default";
412 pinctrl-0 = <&i2c4_xfer>;
413};
414
fcbbf965
HS
415&mmc0 {
416 pinctrl-names = "default";
417 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4>;
418};
419
420&mmc1 {
421 pinctrl-names = "default";
422 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_bus4>;
423};
424
550c7f4e
BG
425&pwm0 {
426 pinctrl-names = "default";
427 pinctrl-0 = <&pwm0_out>;
428};
429
430&pwm1 {
431 pinctrl-names = "default";
432 pinctrl-0 = <&pwm1_out>;
433};
434
435&pwm2 {
436 pinctrl-names = "default";
437 pinctrl-0 = <&pwm2_out>;
438};
439
440&pwm3 {
441 pinctrl-names = "default";
442 pinctrl-0 = <&pwm3_out>;
443};
444
39c2bd78
HS
445&spi0 {
446 pinctrl-names = "default";
447 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
448};
449
450&spi1 {
451 pinctrl-names = "default";
452 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
453};
454
fcbbf965
HS
455&uart0 {
456 pinctrl-names = "default";
457 pinctrl-0 = <&uart0_xfer>;
458};
459
460&uart1 {
461 pinctrl-names = "default";
462 pinctrl-0 = <&uart1_xfer>;
463};
464
465&uart2 {
466 pinctrl-names = "default";
467 pinctrl-0 = <&uart2_xfer>;
468};
469
470&uart3 {
471 pinctrl-names = "default";
472 pinctrl-0 = <&uart3_xfer>;
473};
eb2b9d47
HS
474
475&wdt {
476 compatible = "rockchip,rk3066-wdt", "snps,dw-wdt";
477};