blob: ec23b5c86fb796b07bb10743743de95ab46ddf93 [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
68 reset-controller@88010000 {
69 compatible = "sirf,prima2-rstc";
70 reg = <0x88010000 0x1000>;
71 };
72
73 rsc-controller@88020000 {
74 compatible = "sirf,prima2-rsc";
75 reg = <0x88020000 0x1000>;
76 };
Barry Song06718402013-09-22 18:21:03 +080077
78 cphifbg@88030000 {
79 compatible = "sirf,prima2-cphifbg";
80 reg = <0x88030000 0x1000>;
Barry Song794f8b22014-01-09 12:02:53 +080081 clocks = <&clks 42>;
Barry Song06718402013-09-22 18:21:03 +080082 };
Barry Song5fa2f9a2013-03-18 15:04:39 +080083 };
84
85 mem-iobg {
86 compatible = "simple-bus";
87 #address-cells = <1>;
88 #size-cells = <1>;
89 ranges = <0x90000000 0x90000000 0x10000>;
90
91 memory-controller@90000000 {
92 compatible = "sirf,prima2-memc";
Ye He5fadea22013-09-22 17:00:51 +080093 reg = <0x90000000 0x2000>;
Barry Song5fa2f9a2013-03-18 15:04:39 +080094 interrupts = <27>;
95 clocks = <&clks 5>;
96 };
Ye He5fadea22013-09-22 17:00:51 +080097
98 memc-monitor {
99 compatible = "sirf,prima2-memcmon";
100 reg = <0x90002000 0x200>;
101 interrupts = <4>;
102 clocks = <&clks 32>;
103 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800104 };
105
106 disp-iobg {
107 compatible = "simple-bus";
108 #address-cells = <1>;
109 #size-cells = <1>;
110 ranges = <0x90010000 0x90010000 0x30000>;
111
112 lcd@90010000 {
113 compatible = "sirf,prima2-lcd";
114 reg = <0x90010000 0x20000>;
115 interrupts = <30>;
116 clocks = <&clks 34>;
117 display=<&display>;
118 /* later transfer to pwm */
119 bl-gpio = <&gpio 7 0>;
120 default-panel = <&panel0>;
121 };
122
123 vpp@90020000 {
124 compatible = "sirf,prima2-vpp";
125 reg = <0x90020000 0x10000>;
126 interrupts = <31>;
127 clocks = <&clks 35>;
128 };
129 };
130
131 graphics-iobg {
132 compatible = "simple-bus";
133 #address-cells = <1>;
134 #size-cells = <1>;
135 ranges = <0x98000000 0x98000000 0x8000000>;
136
137 graphics@98000000 {
138 compatible = "powervr,sgx510";
139 reg = <0x98000000 0x8000000>;
140 interrupts = <6>;
141 clocks = <&clks 32>;
142 };
143 };
144
Jiansong Chen304ec422013-09-05 18:33:17 +0800145 graphics2d-iobg {
146 compatible = "simple-bus";
147 #address-cells = <1>;
148 #size-cells = <1>;
149 ranges = <0xa0000000 0xa0000000 0x8000000>;
150
151 ble@a0000000 {
152 compatible = "sirf,atlas6-ble";
153 reg = <0xa0000000 0x2000>;
154 interrupts = <5>;
155 clocks = <&clks 33>;
156 };
157 };
158
Barry Song5fa2f9a2013-03-18 15:04:39 +0800159 dsp-iobg {
160 compatible = "simple-bus";
161 #address-cells = <1>;
162 #size-cells = <1>;
163 ranges = <0xa8000000 0xa8000000 0x2000000>;
164
165 dspif@a8000000 {
166 compatible = "sirf,prima2-dspif";
167 reg = <0xa8000000 0x10000>;
168 interrupts = <9>;
169 };
170
171 gps@a8010000 {
172 compatible = "sirf,prima2-gps";
173 reg = <0xa8010000 0x10000>;
174 interrupts = <7>;
175 clocks = <&clks 9>;
176 };
177
178 dsp@a9000000 {
179 compatible = "sirf,prima2-dsp";
180 reg = <0xa9000000 0x1000000>;
181 interrupts = <8>;
182 clocks = <&clks 8>;
183 };
184 };
185
186 peri-iobg {
187 compatible = "simple-bus";
188 #address-cells = <1>;
189 #size-cells = <1>;
190 ranges = <0xb0000000 0xb0000000 0x180000>,
191 <0x56000000 0x56000000 0x1b00000>;
192
193 timer@b0020000 {
194 compatible = "sirf,prima2-tick";
195 reg = <0xb0020000 0x1000>;
196 interrupts = <0>;
197 };
198
199 nand@b0030000 {
200 compatible = "sirf,prima2-nand";
201 reg = <0xb0030000 0x10000>;
202 interrupts = <41>;
203 clocks = <&clks 26>;
204 };
205
206 audio@b0040000 {
207 compatible = "sirf,prima2-audio";
208 reg = <0xb0040000 0x10000>;
209 interrupts = <35>;
210 clocks = <&clks 27>;
211 };
212
213 uart0: uart@b0050000 {
214 cell-index = <0>;
215 compatible = "sirf,prima2-uart";
216 reg = <0xb0050000 0x1000>;
217 interrupts = <17>;
218 fifosize = <128>;
219 clocks = <&clks 13>;
Qipan Lia1369972013-09-23 23:15:08 +0800220 sirf,uart-dma-rx-channel = <21>;
221 sirf,uart-dma-tx-channel = <2>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800222 };
223
224 uart1: uart@b0060000 {
225 cell-index = <1>;
226 compatible = "sirf,prima2-uart";
227 reg = <0xb0060000 0x1000>;
228 interrupts = <18>;
229 fifosize = <32>;
230 clocks = <&clks 14>;
231 };
232
233 uart2: uart@b0070000 {
234 cell-index = <2>;
235 compatible = "sirf,prima2-uart";
236 reg = <0xb0070000 0x1000>;
237 interrupts = <19>;
238 fifosize = <128>;
239 clocks = <&clks 15>;
Qipan Lia1369972013-09-23 23:15:08 +0800240 sirf,uart-dma-rx-channel = <6>;
241 sirf,uart-dma-tx-channel = <7>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800242 };
243
244 usp0: usp@b0080000 {
245 cell-index = <0>;
246 compatible = "sirf,prima2-usp";
247 reg = <0xb0080000 0x10000>;
248 interrupts = <20>;
Qipan Lia1369972013-09-23 23:15:08 +0800249 fifosize = <128>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800250 clocks = <&clks 28>;
Qipan Lia1369972013-09-23 23:15:08 +0800251 sirf,usp-dma-rx-channel = <17>;
252 sirf,usp-dma-tx-channel = <18>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800253 };
254
255 usp1: usp@b0090000 {
256 cell-index = <1>;
257 compatible = "sirf,prima2-usp";
258 reg = <0xb0090000 0x10000>;
259 interrupts = <21>;
Qipan Lia1369972013-09-23 23:15:08 +0800260 fifosize = <128>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800261 clocks = <&clks 29>;
Qipan Lia1369972013-09-23 23:15:08 +0800262 sirf,usp-dma-rx-channel = <14>;
263 sirf,usp-dma-tx-channel = <15>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800264 };
265
266 dmac0: dma-controller@b00b0000 {
267 cell-index = <0>;
268 compatible = "sirf,prima2-dmac";
269 reg = <0xb00b0000 0x10000>;
270 interrupts = <12>;
271 clocks = <&clks 24>;
Barry Song2e041c92014-03-27 15:49:31 +0800272 #dma-cells = <1>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800273 };
274
275 dmac1: dma-controller@b0160000 {
276 cell-index = <1>;
277 compatible = "sirf,prima2-dmac";
278 reg = <0xb0160000 0x10000>;
279 interrupts = <13>;
280 clocks = <&clks 25>;
Barry Song2e041c92014-03-27 15:49:31 +0800281 #dma-cells = <1>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800282 };
283
284 vip@b00C0000 {
285 compatible = "sirf,prima2-vip";
286 reg = <0xb00C0000 0x10000>;
287 clocks = <&clks 31>;
Renwei Wu262bcc12013-09-23 23:57:11 +0800288 interrupts = <14>;
289 sirf,vip-dma-rx-channel = <16>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800290 };
291
292 spi0: spi@b00d0000 {
293 cell-index = <0>;
294 compatible = "sirf,prima2-spi";
295 reg = <0xb00d0000 0x10000>;
296 interrupts = <15>;
297 sirf,spi-num-chipselects = <1>;
298 cs-gpios = <&gpio 0 0>;
299 sirf,spi-dma-rx-channel = <25>;
300 sirf,spi-dma-tx-channel = <20>;
301 #address-cells = <1>;
302 #size-cells = <0>;
303 clocks = <&clks 19>;
304 status = "disabled";
305 };
306
307 spi1: spi@b0170000 {
308 cell-index = <1>;
309 compatible = "sirf,prima2-spi";
310 reg = <0xb0170000 0x10000>;
311 interrupts = <16>;
Barry Song6f425112013-09-23 23:29:56 +0800312 sirf,spi-num-chipselects = <1>;
313 sirf,spi-dma-rx-channel = <12>;
314 sirf,spi-dma-tx-channel = <13>;
315 #address-cells = <1>;
316 #size-cells = <0>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800317 clocks = <&clks 20>;
318 status = "disabled";
319 };
320
321 i2c0: i2c@b00e0000 {
322 cell-index = <0>;
323 compatible = "sirf,prima2-i2c";
324 reg = <0xb00e0000 0x10000>;
325 interrupts = <24>;
326 #address-cells = <1>;
327 #size-cells = <0>;
328 clocks = <&clks 17>;
329 };
330
331 i2c1: i2c@b00f0000 {
332 cell-index = <1>;
333 compatible = "sirf,prima2-i2c";
334 reg = <0xb00f0000 0x10000>;
335 interrupts = <25>;
336 #address-cells = <1>;
337 #size-cells = <0>;
338 clocks = <&clks 18>;
339 };
340
341 tsc@b0110000 {
342 compatible = "sirf,prima2-tsc";
343 reg = <0xb0110000 0x10000>;
344 interrupts = <33>;
345 clocks = <&clks 16>;
346 };
347
348 gpio: pinctrl@b0120000 {
349 #gpio-cells = <2>;
350 #interrupt-cells = <2>;
351 compatible = "sirf,atlas6-pinctrl";
352 reg = <0xb0120000 0x10000>;
353 interrupts = <43 44 45 46 47>;
354 gpio-controller;
355 interrupt-controller;
356
357 lcd_16pins_a: lcd0@0 {
358 lcd {
359 sirf,pins = "lcd_16bitsgrp";
360 sirf,function = "lcd_16bits";
361 };
362 };
363 lcd_18pins_a: lcd0@1 {
364 lcd {
365 sirf,pins = "lcd_18bitsgrp";
366 sirf,function = "lcd_18bits";
367 };
368 };
369 lcd_24pins_a: lcd0@2 {
370 lcd {
371 sirf,pins = "lcd_24bitsgrp";
372 sirf,function = "lcd_24bits";
373 };
374 };
375 lcdrom_pins_a: lcdrom0@0 {
376 lcd {
377 sirf,pins = "lcdromgrp";
378 sirf,function = "lcdrom";
379 };
380 };
381 uart0_pins_a: uart0@0 {
382 uart {
383 sirf,pins = "uart0grp";
384 sirf,function = "uart0";
385 };
386 };
Qipan Li031b8ce2013-08-19 16:15:49 +0800387 uart0_noflow_pins_a: uart0@1 {
388 uart {
389 sirf,pins = "uart0_nostreamctrlgrp";
390 sirf,function = "uart0_nostreamctrl";
391 };
392 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800393 uart1_pins_a: uart1@0 {
394 uart {
395 sirf,pins = "uart1grp";
396 sirf,function = "uart1";
397 };
398 };
399 uart2_pins_a: uart2@0 {
400 uart {
401 sirf,pins = "uart2grp";
402 sirf,function = "uart2";
403 };
404 };
405 uart2_noflow_pins_a: uart2@1 {
406 uart {
407 sirf,pins = "uart2_nostreamctrlgrp";
408 sirf,function = "uart2_nostreamctrl";
409 };
410 };
411 spi0_pins_a: spi0@0 {
412 spi {
413 sirf,pins = "spi0grp";
414 sirf,function = "spi0";
415 };
416 };
417 spi1_pins_a: spi1@0 {
418 spi {
419 sirf,pins = "spi1grp";
420 sirf,function = "spi1";
421 };
422 };
423 i2c0_pins_a: i2c0@0 {
424 i2c {
425 sirf,pins = "i2c0grp";
426 sirf,function = "i2c0";
427 };
428 };
429 i2c1_pins_a: i2c1@0 {
430 i2c {
431 sirf,pins = "i2c1grp";
432 sirf,function = "i2c1";
433 };
434 };
435 pwm0_pins_a: pwm0@0 {
436 pwm {
437 sirf,pins = "pwm0grp";
438 sirf,function = "pwm0";
439 };
440 };
441 pwm1_pins_a: pwm1@0 {
442 pwm {
443 sirf,pins = "pwm1grp";
444 sirf,function = "pwm1";
445 };
446 };
447 pwm2_pins_a: pwm2@0 {
448 pwm {
449 sirf,pins = "pwm2grp";
450 sirf,function = "pwm2";
451 };
452 };
453 pwm3_pins_a: pwm3@0 {
454 pwm {
455 sirf,pins = "pwm3grp";
456 sirf,function = "pwm3";
457 };
458 };
459 pwm4_pins_a: pwm4@0 {
460 pwm {
461 sirf,pins = "pwm4grp";
462 sirf,function = "pwm4";
463 };
464 };
465 gps_pins_a: gps@0 {
466 gps {
467 sirf,pins = "gpsgrp";
468 sirf,function = "gps";
469 };
470 };
471 vip_pins_a: vip@0 {
472 vip {
473 sirf,pins = "vipgrp";
474 sirf,function = "vip";
475 };
476 };
477 sdmmc0_pins_a: sdmmc0@0 {
478 sdmmc0 {
479 sirf,pins = "sdmmc0grp";
480 sirf,function = "sdmmc0";
481 };
482 };
483 sdmmc1_pins_a: sdmmc1@0 {
484 sdmmc1 {
485 sirf,pins = "sdmmc1grp";
486 sirf,function = "sdmmc1";
487 };
488 };
489 sdmmc2_pins_a: sdmmc2@0 {
490 sdmmc2 {
491 sirf,pins = "sdmmc2grp";
492 sirf,function = "sdmmc2";
493 };
494 };
495 sdmmc2_nowp_pins_a: sdmmc2_nowp@0 {
496 sdmmc2_nowp {
497 sirf,pins = "sdmmc2_nowpgrp";
498 sirf,function = "sdmmc2_nowp";
499 };
500 };
501 sdmmc3_pins_a: sdmmc3@0 {
502 sdmmc3 {
503 sirf,pins = "sdmmc3grp";
504 sirf,function = "sdmmc3";
505 };
506 };
507 sdmmc5_pins_a: sdmmc5@0 {
508 sdmmc5 {
509 sirf,pins = "sdmmc5grp";
510 sirf,function = "sdmmc5";
511 };
512 };
513 i2s_pins_a: i2s@0 {
514 i2s {
515 sirf,pins = "i2sgrp";
516 sirf,function = "i2s";
517 };
518 };
519 i2s_no_din_pins_a: i2s_no_din@0 {
520 i2s_no_din {
521 sirf,pins = "i2s_no_dingrp";
522 sirf,function = "i2s_no_din";
523 };
524 };
525 i2s_6chn_pins_a: i2s_6chn@0 {
526 i2s_6chn {
527 sirf,pins = "i2s_6chngrp";
528 sirf,function = "i2s_6chn";
529 };
530 };
531 ac97_pins_a: ac97@0 {
532 ac97 {
533 sirf,pins = "ac97grp";
534 sirf,function = "ac97";
535 };
536 };
537 nand_pins_a: nand@0 {
538 nand {
539 sirf,pins = "nandgrp";
540 sirf,function = "nand";
541 };
542 };
543 usp0_pins_a: usp0@0 {
544 usp0 {
545 sirf,pins = "usp0grp";
546 sirf,function = "usp0";
547 };
548 };
Qipan Lid58e9a02013-07-04 15:55:26 +0800549 usp0_uart_nostreamctrl_pins_a: usp0@1 {
550 usp0 {
551 sirf,pins = "usp0_uart_nostreamctrl_grp";
552 sirf,function = "usp0_uart_nostreamctrl";
553 };
554 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800555 usp1_pins_a: usp1@0 {
556 usp1 {
557 sirf,pins = "usp1grp";
558 sirf,function = "usp1";
559 };
560 };
Qipan Liec2b50c2014-01-03 10:59:23 +0800561 usp1_uart_nostreamctrl_pins_a: usp1@1 {
562 usp1 {
563 sirf,pins = "usp1_uart_nostreamctrl_grp";
564 sirf,function = "usp1_uart_nostreamctrl";
565 };
566 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800567 usb0_upli_drvbus_pins_a: usb0_upli_drvbus@0 {
568 usb0_upli_drvbus {
569 sirf,pins = "usb0_upli_drvbusgrp";
570 sirf,function = "usb0_upli_drvbus";
571 };
572 };
573 usb1_utmi_drvbus_pins_a: usb1_utmi_drvbus@0 {
574 usb1_utmi_drvbus {
575 sirf,pins = "usb1_utmi_drvbusgrp";
576 sirf,function = "usb1_utmi_drvbus";
577 };
578 };
Rong Wang6a08a922013-09-29 22:27:59 +0800579 usb1_dp_dn_pins_a: usb1_dp_dn@0 {
580 usb1_dp_dn {
581 sirf,pins = "usb1_dp_dngrp";
582 sirf,function = "usb1_dp_dn";
583 };
584 };
585 uart1_route_io_usb1_pins_a: uart1_route_io_usb1@0 {
586 uart1_route_io_usb1 {
587 sirf,pins = "uart1_route_io_usb1grp";
588 sirf,function = "uart1_route_io_usb1";
589 };
590 };
Barry Song5fa2f9a2013-03-18 15:04:39 +0800591 warm_rst_pins_a: warm_rst@0 {
592 warm_rst {
593 sirf,pins = "warm_rstgrp";
594 sirf,function = "warm_rst";
595 };
596 };
597 pulse_count_pins_a: pulse_count@0 {
598 pulse_count {
599 sirf,pins = "pulse_countgrp";
600 sirf,function = "pulse_count";
601 };
602 };
Barry Songc8078de2013-07-04 15:55:27 +0800603 cko0_pins_a: cko0@0 {
604 cko0 {
605 sirf,pins = "cko0grp";
606 sirf,function = "cko0";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800607 };
608 };
Barry Songc8078de2013-07-04 15:55:27 +0800609 cko1_pins_a: cko1@0 {
610 cko1 {
611 sirf,pins = "cko1grp";
612 sirf,function = "cko1";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800613 };
614 };
615 };
616
617 pwm@b0130000 {
618 compatible = "sirf,prima2-pwm";
619 reg = <0xb0130000 0x10000>;
620 clocks = <&clks 21>;
621 };
622
623 efusesys@b0140000 {
624 compatible = "sirf,prima2-efuse";
625 reg = <0xb0140000 0x10000>;
626 clocks = <&clks 22>;
627 };
628
629 pulsec@b0150000 {
630 compatible = "sirf,prima2-pulsec";
631 reg = <0xb0150000 0x10000>;
632 interrupts = <48>;
633 clocks = <&clks 23>;
634 };
635
636 pci-iobg {
637 compatible = "sirf,prima2-pciiobg", "simple-bus";
638 #address-cells = <1>;
639 #size-cells = <1>;
640 ranges = <0x56000000 0x56000000 0x1b00000>;
641
642 sd0: sdhci@56000000 {
643 cell-index = <0>;
644 compatible = "sirf,prima2-sdhc";
645 reg = <0x56000000 0x100000>;
646 interrupts = <38>;
647 bus-width = <8>;
648 clocks = <&clks 36>;
649 };
650
651 sd1: sdhci@56100000 {
652 cell-index = <1>;
653 compatible = "sirf,prima2-sdhc";
654 reg = <0x56100000 0x100000>;
655 interrupts = <38>;
656 status = "disabled";
Bin Shi7f97c302014-01-09 12:08:46 +0800657 bus-width = <4>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800658 clocks = <&clks 36>;
659 };
660
661 sd2: sdhci@56200000 {
662 cell-index = <2>;
663 compatible = "sirf,prima2-sdhc";
664 reg = <0x56200000 0x100000>;
665 interrupts = <23>;
666 status = "disabled";
Bin Shi7f97c302014-01-09 12:08:46 +0800667 bus-width = <4>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800668 clocks = <&clks 37>;
669 };
670
671 sd3: sdhci@56300000 {
672 cell-index = <3>;
673 compatible = "sirf,prima2-sdhc";
674 reg = <0x56300000 0x100000>;
675 interrupts = <23>;
676 status = "disabled";
Bin Shi7f97c302014-01-09 12:08:46 +0800677 bus-width = <4>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800678 clocks = <&clks 37>;
679 };
680
681 sd5: sdhci@56500000 {
682 cell-index = <5>;
683 compatible = "sirf,prima2-sdhc";
684 reg = <0x56500000 0x100000>;
685 interrupts = <39>;
686 status = "disabled";
Bin Shi7f97c302014-01-09 12:08:46 +0800687 bus-width = <4>;
Barry Song5fa2f9a2013-03-18 15:04:39 +0800688 clocks = <&clks 38>;
689 };
690
691 pci-copy@57900000 {
692 compatible = "sirf,prima2-pcicp";
693 reg = <0x57900000 0x100000>;
694 interrupts = <40>;
695 };
696
697 rom-interface@57a00000 {
698 compatible = "sirf,prima2-romif";
699 reg = <0x57a00000 0x100000>;
700 };
701 };
702 };
703
704 rtc-iobg {
Xianglong Due88b8152013-07-03 15:08:04 -0700705 compatible = "sirf,prima2-rtciobg", "sirf-prima2-rtciobg-bus", "simple-bus";
Barry Song5fa2f9a2013-03-18 15:04:39 +0800706 #address-cells = <1>;
707 #size-cells = <1>;
708 reg = <0x80030000 0x10000>;
709
710 gpsrtc@1000 {
711 compatible = "sirf,prima2-gpsrtc";
712 reg = <0x1000 0x1000>;
713 interrupts = <55 56 57>;
714 };
715
716 sysrtc@2000 {
717 compatible = "sirf,prima2-sysrtc";
718 reg = <0x2000 0x1000>;
719 interrupts = <52 53 54>;
720 };
721
Xianglong Du423ef792014-01-09 12:23:09 +0800722 minigpsrtc@2000 {
723 compatible = "sirf,prima2-minigpsrtc";
724 reg = <0x2000 0x1000>;
725 interrupts = <54>;
726 };
727
Barry Song5fa2f9a2013-03-18 15:04:39 +0800728 pwrc@3000 {
729 compatible = "sirf,prima2-pwrc";
730 reg = <0x3000 0x1000>;
731 interrupts = <32>;
732 };
733 };
734
735 uus-iobg {
736 compatible = "simple-bus";
737 #address-cells = <1>;
738 #size-cells = <1>;
739 ranges = <0xb8000000 0xb8000000 0x40000>;
740
741 usb0: usb@b00e0000 {
742 compatible = "chipidea,ci13611a-prima2";
743 reg = <0xb8000000 0x10000>;
744 interrupts = <10>;
745 clocks = <&clks 40>;
746 };
747
748 usb1: usb@b00f0000 {
749 compatible = "chipidea,ci13611a-prima2";
750 reg = <0xb8010000 0x10000>;
751 interrupts = <11>;
752 clocks = <&clks 41>;
753 };
754
755 security@b00f0000 {
756 compatible = "sirf,prima2-security";
757 reg = <0xb8030000 0x10000>;
758 interrupts = <42>;
759 clocks = <&clks 7>;
760 };
761 };
762 };
763};