blob: 317bc590a4d09bf0130430708a2a487726b9d529 [file] [log] [blame]
Barry Song5fa2f9a2013-03-18 15:04:39 +08001/*
2 * DTS file for CSR SiRFatlas6 SoC
3 *
4 * Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company.
5 *
6 * Licensed under GPLv2 or later.
7 */
8
9/include/ "skeleton.dtsi"
10/ {
11 compatible = "sirf,atlas6";
12 #address-cells = <1>;
13 #size-cells = <1>;
14 interrupt-parent = <&intc>;
15
16 cpus {
17 #address-cells = <1>;
18 #size-cells = <0>;
19
20 cpu@0 {
21 reg = <0x0>;
22 d-cache-line-size = <32>;
23 i-cache-line-size = <32>;
24 d-cache-size = <32768>;
25 i-cache-size = <32768>;
26 /* from bootloader */
27 timebase-frequency = <0>;
28 bus-frequency = <0>;
29 clock-frequency = <0>;
Rongjun Ying683659f2014-01-09 12:14:37 +080030 clocks = <&clks 12>;
31 operating-points = <
32 /* kHz uV */
33 200000 1025000
34 400000 1025000
35 600000 1050000
36 800000 1100000
37 >;
38 clock-latency = <150000>;
Barry Song5fa2f9a2013-03-18 15:04:39 +080039 };
40 };
41
42 axi {
43 compatible = "simple-bus";
44 #address-cells = <1>;
45 #size-cells = <1>;
46 ranges = <0x40000000 0x40000000 0x80000000>;
47
48 intc: interrupt-controller@80020000 {
49 #interrupt-cells = <1>;
50 interrupt-controller;
51 compatible = "sirf,prima2-intc";
52 reg = <0x80020000 0x1000>;
53 };
54
55 sys-iobg {
56 compatible = "simple-bus";
57 #address-cells = <1>;
58 #size-cells = <1>;
59 ranges = <0x88000000 0x88000000 0x40000>;
60
61 clks: clock-controller@88000000 {
62 compatible = "sirf,atlas6-clkc";
63 reg = <0x88000000 0x1000>;
64 interrupts = <3>;
65 #clock-cells = <1>;
66 };
67
Barry Songe7eda912014-01-10 03:15:42 +000068 rstc: reset-controller@88010000 {
Barry Song5fa2f9a2013-03-18 15:04:39 +080069 compatible = "sirf,prima2-rstc";
70 reg = <0x88010000 0x1000>;
Barry Songe7eda912014-01-10 03:15:42 +000071 #reset-cells = <1>;
Barry Song5fa2f9a2013-03-18 15:04:39 +080072 };
73
74 rsc-controller@88020000 {
75 compatible = "sirf,prima2-rsc";
76 reg = <0x88020000 0x1000>;
77 };
Barry Song06718402013-09-22 18:21:03 +080078
79 cphifbg@88030000 {
80 compatible = "sirf,prima2-cphifbg";
81 reg = <0x88030000 0x1000>;
Barry Song794f8b22014-01-09 12:02:53 +080082 clocks = <&clks 42>;
Barry Song06718402013-09-22 18:21:03 +080083 };
Barry Song5fa2f9a2013-03-18 15:04:39 +080084 };
85
86 mem-iobg {
87 compatible = "simple-bus";
88 #address-cells = <1>;
89 #size-cells = <1>;
90 ranges = <0x90000000 0x90000000 0x10000>;
91
92 memory-controller@90000000 {
93 compatible = "sirf,prima2-memc";
Ye He5fadea22013-09-22 17:00:51 +080094 reg = <0x90000000 0x2000>;
Barry Song5fa2f9a2013-03-18 15:04:39 +080095 interrupts = <27>;
96 clocks = <&clks 5>;
97 };
Ye He5fadea22013-09-22 17:00:51 +080098
99 memc-monitor {
100 compatible = "sirf,prima2-memcmon";
101 reg = <0x90002000 0x200>;
102 interrupts = <4>;
103 clocks = <&clks 32>;
104 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800105 };
106
107 disp-iobg {
108 compatible = "simple-bus";
109 #address-cells = <1>;
110 #size-cells = <1>;
111 ranges = <0x90010000 0x90010000 0x30000>;
112
113 lcd@90010000 {
114 compatible = "sirf,prima2-lcd";
115 reg = <0x90010000 0x20000>;
116 interrupts = <30>;
117 clocks = <&clks 34>;
118 display=<&display>;
119 /* later transfer to pwm */
120 bl-gpio = <&gpio 7 0>;
121 default-panel = <&panel0>;
122 };
123
124 vpp@90020000 {
125 compatible = "sirf,prima2-vpp";
126 reg = <0x90020000 0x10000>;
127 interrupts = <31>;
128 clocks = <&clks 35>;
129 };
130 };
131
132 graphics-iobg {
133 compatible = "simple-bus";
134 #address-cells = <1>;
135 #size-cells = <1>;
136 ranges = <0x98000000 0x98000000 0x8000000>;
137
138 graphics@98000000 {
139 compatible = "powervr,sgx510";
140 reg = <0x98000000 0x8000000>;
141 interrupts = <6>;
142 clocks = <&clks 32>;
143 };
144 };
145
Jiansong Chen304ec422013-09-05 18:33:17 +0800146 graphics2d-iobg {
147 compatible = "simple-bus";
148 #address-cells = <1>;
149 #size-cells = <1>;
150 ranges = <0xa0000000 0xa0000000 0x8000000>;
151
152 ble@a0000000 {
153 compatible = "sirf,atlas6-ble";
154 reg = <0xa0000000 0x2000>;
155 interrupts = <5>;
156 clocks = <&clks 33>;
157 };
158 };
159
Barry Song5fa2f9a2013-03-18 15:04:39 +0800160 dsp-iobg {
161 compatible = "simple-bus";
162 #address-cells = <1>;
163 #size-cells = <1>;
164 ranges = <0xa8000000 0xa8000000 0x2000000>;
165
166 dspif@a8000000 {
167 compatible = "sirf,prima2-dspif";
168 reg = <0xa8000000 0x10000>;
169 interrupts = <9>;
170 };
171
172 gps@a8010000 {
173 compatible = "sirf,prima2-gps";
174 reg = <0xa8010000 0x10000>;
175 interrupts = <7>;
176 clocks = <&clks 9>;
177 };
178
179 dsp@a9000000 {
180 compatible = "sirf,prima2-dsp";
181 reg = <0xa9000000 0x1000000>;
182 interrupts = <8>;
183 clocks = <&clks 8>;
184 };
185 };
186
187 peri-iobg {
188 compatible = "simple-bus";
189 #address-cells = <1>;
190 #size-cells = <1>;
191 ranges = <0xb0000000 0xb0000000 0x180000>,
192 <0x56000000 0x56000000 0x1b00000>;
193
194 timer@b0020000 {
195 compatible = "sirf,prima2-tick";
196 reg = <0xb0020000 0x1000>;
197 interrupts = <0>;
Zhiwu Songc7cff542014-05-05 19:30:04 +0800198 clocks = <&clks 11>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800199 };
200
201 nand@b0030000 {
202 compatible = "sirf,prima2-nand";
203 reg = <0xb0030000 0x10000>;
204 interrupts = <41>;
205 clocks = <&clks 26>;
206 };
207
208 audio@b0040000 {
209 compatible = "sirf,prima2-audio";
210 reg = <0xb0040000 0x10000>;
211 interrupts = <35>;
212 clocks = <&clks 27>;
213 };
214
215 uart0: uart@b0050000 {
216 cell-index = <0>;
217 compatible = "sirf,prima2-uart";
218 reg = <0xb0050000 0x1000>;
219 interrupts = <17>;
220 fifosize = <128>;
221 clocks = <&clks 13>;
Qipan Li9be16b32014-01-30 13:57:29 +0800222 dmas = <&dmac1 5>, <&dmac0 2>;
223 dma-names = "rx", "tx";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800224 };
225
226 uart1: uart@b0060000 {
227 cell-index = <1>;
228 compatible = "sirf,prima2-uart";
229 reg = <0xb0060000 0x1000>;
230 interrupts = <18>;
231 fifosize = <32>;
232 clocks = <&clks 14>;
Qipan Li9be16b32014-01-30 13:57:29 +0800233 dma-names = "no-rx", "no-tx";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800234 };
235
236 uart2: uart@b0070000 {
237 cell-index = <2>;
238 compatible = "sirf,prima2-uart";
239 reg = <0xb0070000 0x1000>;
240 interrupts = <19>;
241 fifosize = <128>;
242 clocks = <&clks 15>;
Qipan Li9be16b32014-01-30 13:57:29 +0800243 dmas = <&dmac0 6>, <&dmac0 7>;
244 dma-names = "rx", "tx";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800245 };
246
247 usp0: usp@b0080000 {
248 cell-index = <0>;
249 compatible = "sirf,prima2-usp";
250 reg = <0xb0080000 0x10000>;
251 interrupts = <20>;
Qipan Lia1369972013-09-23 23:15:08 +0800252 fifosize = <128>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800253 clocks = <&clks 28>;
Qipan Li9be16b32014-01-30 13:57:29 +0800254 dmas = <&dmac1 1>, <&dmac1 2>;
255 dma-names = "rx", "tx";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800256 };
257
258 usp1: usp@b0090000 {
259 cell-index = <1>;
260 compatible = "sirf,prima2-usp";
261 reg = <0xb0090000 0x10000>;
262 interrupts = <21>;
Qipan Lia1369972013-09-23 23:15:08 +0800263 fifosize = <128>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800264 clocks = <&clks 29>;
Qipan Li9be16b32014-01-30 13:57:29 +0800265 dmas = <&dmac0 14>, <&dmac0 15>;
266 dma-names = "rx", "tx";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800267 };
268
269 dmac0: dma-controller@b00b0000 {
270 cell-index = <0>;
271 compatible = "sirf,prima2-dmac";
272 reg = <0xb00b0000 0x10000>;
273 interrupts = <12>;
274 clocks = <&clks 24>;
Barry Song2e041c92014-03-27 15:49:31 +0800275 #dma-cells = <1>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800276 };
277
278 dmac1: dma-controller@b0160000 {
279 cell-index = <1>;
280 compatible = "sirf,prima2-dmac";
281 reg = <0xb0160000 0x10000>;
282 interrupts = <13>;
283 clocks = <&clks 25>;
Barry Song2e041c92014-03-27 15:49:31 +0800284 #dma-cells = <1>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800285 };
286
287 vip@b00C0000 {
288 compatible = "sirf,prima2-vip";
289 reg = <0xb00C0000 0x10000>;
290 clocks = <&clks 31>;
Renwei Wu262bcc12013-09-23 23:57:11 +0800291 interrupts = <14>;
292 sirf,vip-dma-rx-channel = <16>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800293 };
294
295 spi0: spi@b00d0000 {
296 cell-index = <0>;
297 compatible = "sirf,prima2-spi";
298 reg = <0xb00d0000 0x10000>;
299 interrupts = <15>;
300 sirf,spi-num-chipselects = <1>;
301 cs-gpios = <&gpio 0 0>;
302 sirf,spi-dma-rx-channel = <25>;
303 sirf,spi-dma-tx-channel = <20>;
304 #address-cells = <1>;
305 #size-cells = <0>;
306 clocks = <&clks 19>;
307 status = "disabled";
308 };
309
310 spi1: spi@b0170000 {
311 cell-index = <1>;
312 compatible = "sirf,prima2-spi";
313 reg = <0xb0170000 0x10000>;
314 interrupts = <16>;
Barry Song6f425112013-09-23 23:29:56 +0800315 sirf,spi-num-chipselects = <1>;
316 sirf,spi-dma-rx-channel = <12>;
317 sirf,spi-dma-tx-channel = <13>;
318 #address-cells = <1>;
319 #size-cells = <0>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800320 clocks = <&clks 20>;
321 status = "disabled";
322 };
323
324 i2c0: i2c@b00e0000 {
325 cell-index = <0>;
326 compatible = "sirf,prima2-i2c";
327 reg = <0xb00e0000 0x10000>;
328 interrupts = <24>;
329 #address-cells = <1>;
330 #size-cells = <0>;
331 clocks = <&clks 17>;
332 };
333
334 i2c1: i2c@b00f0000 {
335 cell-index = <1>;
336 compatible = "sirf,prima2-i2c";
337 reg = <0xb00f0000 0x10000>;
338 interrupts = <25>;
339 #address-cells = <1>;
340 #size-cells = <0>;
341 clocks = <&clks 18>;
342 };
343
344 tsc@b0110000 {
345 compatible = "sirf,prima2-tsc";
346 reg = <0xb0110000 0x10000>;
347 interrupts = <33>;
348 clocks = <&clks 16>;
349 };
350
351 gpio: pinctrl@b0120000 {
352 #gpio-cells = <2>;
353 #interrupt-cells = <2>;
354 compatible = "sirf,atlas6-pinctrl";
355 reg = <0xb0120000 0x10000>;
356 interrupts = <43 44 45 46 47>;
357 gpio-controller;
358 interrupt-controller;
359
360 lcd_16pins_a: lcd0@0 {
361 lcd {
362 sirf,pins = "lcd_16bitsgrp";
363 sirf,function = "lcd_16bits";
364 };
365 };
366 lcd_18pins_a: lcd0@1 {
367 lcd {
368 sirf,pins = "lcd_18bitsgrp";
369 sirf,function = "lcd_18bits";
370 };
371 };
372 lcd_24pins_a: lcd0@2 {
373 lcd {
374 sirf,pins = "lcd_24bitsgrp";
375 sirf,function = "lcd_24bits";
376 };
377 };
378 lcdrom_pins_a: lcdrom0@0 {
379 lcd {
380 sirf,pins = "lcdromgrp";
381 sirf,function = "lcdrom";
382 };
383 };
384 uart0_pins_a: uart0@0 {
385 uart {
386 sirf,pins = "uart0grp";
387 sirf,function = "uart0";
388 };
389 };
Qipan Li031b8ce2013-08-19 16:15:49 +0800390 uart0_noflow_pins_a: uart0@1 {
391 uart {
392 sirf,pins = "uart0_nostreamctrlgrp";
393 sirf,function = "uart0_nostreamctrl";
394 };
395 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800396 uart1_pins_a: uart1@0 {
397 uart {
398 sirf,pins = "uart1grp";
399 sirf,function = "uart1";
400 };
401 };
402 uart2_pins_a: uart2@0 {
403 uart {
404 sirf,pins = "uart2grp";
405 sirf,function = "uart2";
406 };
407 };
408 uart2_noflow_pins_a: uart2@1 {
409 uart {
410 sirf,pins = "uart2_nostreamctrlgrp";
411 sirf,function = "uart2_nostreamctrl";
412 };
413 };
414 spi0_pins_a: spi0@0 {
415 spi {
416 sirf,pins = "spi0grp";
417 sirf,function = "spi0";
418 };
419 };
420 spi1_pins_a: spi1@0 {
421 spi {
422 sirf,pins = "spi1grp";
423 sirf,function = "spi1";
424 };
425 };
426 i2c0_pins_a: i2c0@0 {
427 i2c {
428 sirf,pins = "i2c0grp";
429 sirf,function = "i2c0";
430 };
431 };
432 i2c1_pins_a: i2c1@0 {
433 i2c {
434 sirf,pins = "i2c1grp";
435 sirf,function = "i2c1";
436 };
437 };
438 pwm0_pins_a: pwm0@0 {
439 pwm {
440 sirf,pins = "pwm0grp";
441 sirf,function = "pwm0";
442 };
443 };
444 pwm1_pins_a: pwm1@0 {
445 pwm {
446 sirf,pins = "pwm1grp";
447 sirf,function = "pwm1";
448 };
449 };
450 pwm2_pins_a: pwm2@0 {
451 pwm {
452 sirf,pins = "pwm2grp";
453 sirf,function = "pwm2";
454 };
455 };
456 pwm3_pins_a: pwm3@0 {
457 pwm {
458 sirf,pins = "pwm3grp";
459 sirf,function = "pwm3";
460 };
461 };
462 pwm4_pins_a: pwm4@0 {
463 pwm {
464 sirf,pins = "pwm4grp";
465 sirf,function = "pwm4";
466 };
467 };
468 gps_pins_a: gps@0 {
469 gps {
470 sirf,pins = "gpsgrp";
471 sirf,function = "gps";
472 };
473 };
474 vip_pins_a: vip@0 {
475 vip {
476 sirf,pins = "vipgrp";
477 sirf,function = "vip";
478 };
479 };
480 sdmmc0_pins_a: sdmmc0@0 {
481 sdmmc0 {
482 sirf,pins = "sdmmc0grp";
483 sirf,function = "sdmmc0";
484 };
485 };
486 sdmmc1_pins_a: sdmmc1@0 {
487 sdmmc1 {
488 sirf,pins = "sdmmc1grp";
489 sirf,function = "sdmmc1";
490 };
491 };
492 sdmmc2_pins_a: sdmmc2@0 {
493 sdmmc2 {
494 sirf,pins = "sdmmc2grp";
495 sirf,function = "sdmmc2";
496 };
497 };
498 sdmmc2_nowp_pins_a: sdmmc2_nowp@0 {
499 sdmmc2_nowp {
500 sirf,pins = "sdmmc2_nowpgrp";
501 sirf,function = "sdmmc2_nowp";
502 };
503 };
504 sdmmc3_pins_a: sdmmc3@0 {
505 sdmmc3 {
506 sirf,pins = "sdmmc3grp";
507 sirf,function = "sdmmc3";
508 };
509 };
510 sdmmc5_pins_a: sdmmc5@0 {
511 sdmmc5 {
512 sirf,pins = "sdmmc5grp";
513 sirf,function = "sdmmc5";
514 };
515 };
516 i2s_pins_a: i2s@0 {
517 i2s {
518 sirf,pins = "i2sgrp";
519 sirf,function = "i2s";
520 };
521 };
522 i2s_no_din_pins_a: i2s_no_din@0 {
523 i2s_no_din {
524 sirf,pins = "i2s_no_dingrp";
525 sirf,function = "i2s_no_din";
526 };
527 };
528 i2s_6chn_pins_a: i2s_6chn@0 {
529 i2s_6chn {
530 sirf,pins = "i2s_6chngrp";
531 sirf,function = "i2s_6chn";
532 };
533 };
534 ac97_pins_a: ac97@0 {
535 ac97 {
536 sirf,pins = "ac97grp";
537 sirf,function = "ac97";
538 };
539 };
540 nand_pins_a: nand@0 {
541 nand {
542 sirf,pins = "nandgrp";
543 sirf,function = "nand";
544 };
545 };
546 usp0_pins_a: usp0@0 {
547 usp0 {
548 sirf,pins = "usp0grp";
549 sirf,function = "usp0";
550 };
551 };
Qipan Lid58e9a02013-07-04 15:55:26 +0800552 usp0_uart_nostreamctrl_pins_a: usp0@1 {
553 usp0 {
554 sirf,pins = "usp0_uart_nostreamctrl_grp";
555 sirf,function = "usp0_uart_nostreamctrl";
556 };
557 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800558 usp1_pins_a: usp1@0 {
559 usp1 {
560 sirf,pins = "usp1grp";
561 sirf,function = "usp1";
562 };
563 };
Qipan Liec2b50c2014-01-03 10:59:23 +0800564 usp1_uart_nostreamctrl_pins_a: usp1@1 {
565 usp1 {
566 sirf,pins = "usp1_uart_nostreamctrl_grp";
567 sirf,function = "usp1_uart_nostreamctrl";
568 };
569 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800570 usb0_upli_drvbus_pins_a: usb0_upli_drvbus@0 {
571 usb0_upli_drvbus {
572 sirf,pins = "usb0_upli_drvbusgrp";
573 sirf,function = "usb0_upli_drvbus";
574 };
575 };
576 usb1_utmi_drvbus_pins_a: usb1_utmi_drvbus@0 {
577 usb1_utmi_drvbus {
578 sirf,pins = "usb1_utmi_drvbusgrp";
579 sirf,function = "usb1_utmi_drvbus";
580 };
581 };
Rong Wang6a08a922013-09-29 22:27:59 +0800582 usb1_dp_dn_pins_a: usb1_dp_dn@0 {
583 usb1_dp_dn {
584 sirf,pins = "usb1_dp_dngrp";
585 sirf,function = "usb1_dp_dn";
586 };
587 };
588 uart1_route_io_usb1_pins_a: uart1_route_io_usb1@0 {
589 uart1_route_io_usb1 {
590 sirf,pins = "uart1_route_io_usb1grp";
591 sirf,function = "uart1_route_io_usb1";
592 };
593 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800594 warm_rst_pins_a: warm_rst@0 {
595 warm_rst {
596 sirf,pins = "warm_rstgrp";
597 sirf,function = "warm_rst";
598 };
599 };
600 pulse_count_pins_a: pulse_count@0 {
601 pulse_count {
602 sirf,pins = "pulse_countgrp";
603 sirf,function = "pulse_count";
604 };
605 };
Barry Songc8078de2013-07-04 15:55:27 +0800606 cko0_pins_a: cko0@0 {
607 cko0 {
608 sirf,pins = "cko0grp";
609 sirf,function = "cko0";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800610 };
611 };
Barry Songc8078de2013-07-04 15:55:27 +0800612 cko1_pins_a: cko1@0 {
613 cko1 {
614 sirf,pins = "cko1grp";
615 sirf,function = "cko1";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800616 };
617 };
618 };
619
620 pwm@b0130000 {
621 compatible = "sirf,prima2-pwm";
622 reg = <0xb0130000 0x10000>;
623 clocks = <&clks 21>;
624 };
625
626 efusesys@b0140000 {
627 compatible = "sirf,prima2-efuse";
628 reg = <0xb0140000 0x10000>;
629 clocks = <&clks 22>;
630 };
631
632 pulsec@b0150000 {
633 compatible = "sirf,prima2-pulsec";
634 reg = <0xb0150000 0x10000>;
635 interrupts = <48>;
636 clocks = <&clks 23>;
637 };
638
639 pci-iobg {
640 compatible = "sirf,prima2-pciiobg", "simple-bus";
641 #address-cells = <1>;
642 #size-cells = <1>;
643 ranges = <0x56000000 0x56000000 0x1b00000>;
644
645 sd0: sdhci@56000000 {
646 cell-index = <0>;
647 compatible = "sirf,prima2-sdhc";
648 reg = <0x56000000 0x100000>;
649 interrupts = <38>;
650 bus-width = <8>;
651 clocks = <&clks 36>;
652 };
653
654 sd1: sdhci@56100000 {
655 cell-index = <1>;
656 compatible = "sirf,prima2-sdhc";
657 reg = <0x56100000 0x100000>;
658 interrupts = <38>;
659 status = "disabled";
Bin Shi7f97c302014-01-09 12:08:46 +0800660 bus-width = <4>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800661 clocks = <&clks 36>;
662 };
663
664 sd2: sdhci@56200000 {
665 cell-index = <2>;
666 compatible = "sirf,prima2-sdhc";
667 reg = <0x56200000 0x100000>;
668 interrupts = <23>;
669 status = "disabled";
Bin Shi7f97c302014-01-09 12:08:46 +0800670 bus-width = <4>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800671 clocks = <&clks 37>;
672 };
673
674 sd3: sdhci@56300000 {
675 cell-index = <3>;
676 compatible = "sirf,prima2-sdhc";
677 reg = <0x56300000 0x100000>;
678 interrupts = <23>;
679 status = "disabled";
Bin Shi7f97c302014-01-09 12:08:46 +0800680 bus-width = <4>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800681 clocks = <&clks 37>;
682 };
683
684 sd5: sdhci@56500000 {
685 cell-index = <5>;
686 compatible = "sirf,prima2-sdhc";
687 reg = <0x56500000 0x100000>;
688 interrupts = <39>;
689 status = "disabled";
Bin Shi7f97c302014-01-09 12:08:46 +0800690 bus-width = <4>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800691 clocks = <&clks 38>;
692 };
693
694 pci-copy@57900000 {
695 compatible = "sirf,prima2-pcicp";
696 reg = <0x57900000 0x100000>;
697 interrupts = <40>;
698 };
699
700 rom-interface@57a00000 {
701 compatible = "sirf,prima2-romif";
702 reg = <0x57a00000 0x100000>;
703 };
704 };
705 };
706
707 rtc-iobg {
Xianglong Due88b8152013-07-03 15:08:04 -0700708 compatible = "sirf,prima2-rtciobg", "sirf-prima2-rtciobg-bus", "simple-bus";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800709 #address-cells = <1>;
710 #size-cells = <1>;
711 reg = <0x80030000 0x10000>;
712
713 gpsrtc@1000 {
714 compatible = "sirf,prima2-gpsrtc";
715 reg = <0x1000 0x1000>;
716 interrupts = <55 56 57>;
717 };
718
719 sysrtc@2000 {
720 compatible = "sirf,prima2-sysrtc";
721 reg = <0x2000 0x1000>;
722 interrupts = <52 53 54>;
723 };
724
Xianglong Du423ef792014-01-09 12:23:09 +0800725 minigpsrtc@2000 {
726 compatible = "sirf,prima2-minigpsrtc";
727 reg = <0x2000 0x1000>;
728 interrupts = <54>;
729 };
730
Barry Song5fa2f9a2013-03-18 15:04:39 +0800731 pwrc@3000 {
732 compatible = "sirf,prima2-pwrc";
733 reg = <0x3000 0x1000>;
734 interrupts = <32>;
735 };
736 };
737
738 uus-iobg {
739 compatible = "simple-bus";
740 #address-cells = <1>;
741 #size-cells = <1>;
742 ranges = <0xb8000000 0xb8000000 0x40000>;
743
744 usb0: usb@b00e0000 {
745 compatible = "chipidea,ci13611a-prima2";
746 reg = <0xb8000000 0x10000>;
747 interrupts = <10>;
748 clocks = <&clks 40>;
749 };
750
751 usb1: usb@b00f0000 {
752 compatible = "chipidea,ci13611a-prima2";
753 reg = <0xb8010000 0x10000>;
754 interrupts = <11>;
755 clocks = <&clks 41>;
756 };
757
758 security@b00f0000 {
759 compatible = "sirf,prima2-security";
760 reg = <0xb8030000 0x10000>;
761 interrupts = <42>;
762 clocks = <&clks 7>;
763 };
764 };
765 };
766};