]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/prima2.dtsi
arm: dts: tx6: use generic names for regulator nodes
[karo-tx-linux.git] / arch / arm / boot / dts / prima2.dtsi
1 /*
2  * DTS file for CSR SiRFprimaII 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,prima2";
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                         compatible = "arm,cortex-a9";
22                         device_type = "cpu";
23                         reg = <0x0>;
24                         d-cache-line-size = <32>;
25                         i-cache-line-size = <32>;
26                         d-cache-size = <32768>;
27                         i-cache-size = <32768>;
28                         /* from bootloader */
29                         timebase-frequency = <0>;
30                         bus-frequency = <0>;
31                         clock-frequency = <0>;
32                 };
33         };
34
35         axi {
36                 compatible = "simple-bus";
37                 #address-cells = <1>;
38                 #size-cells = <1>;
39                 ranges = <0x40000000 0x40000000 0x80000000>;
40
41                 l2-cache-controller@80040000 {
42                         compatible = "arm,pl310-cache", "sirf,prima2-pl310-cache";
43                         reg = <0x80040000 0x1000>;
44                         interrupts = <59>;
45                         arm,tag-latency = <1 1 1>;
46                         arm,data-latency = <1 1 1>;
47                         arm,filter-ranges = <0 0x40000000>;
48                 };
49
50                 intc: interrupt-controller@80020000 {
51                         #interrupt-cells = <1>;
52                         interrupt-controller;
53                         compatible = "sirf,prima2-intc";
54                         reg = <0x80020000 0x1000>;
55                 };
56
57                 sys-iobg {
58                         compatible = "simple-bus";
59                         #address-cells = <1>;
60                         #size-cells = <1>;
61                         ranges = <0x88000000 0x88000000 0x40000>;
62
63                         clks: clock-controller@88000000 {
64                                 compatible = "sirf,prima2-clkc";
65                                 reg = <0x88000000 0x1000>;
66                                 interrupts = <3>;
67                                 #clock-cells = <1>;
68                         };
69
70                         reset-controller@88010000 {
71                                 compatible = "sirf,prima2-rstc";
72                                 reg = <0x88010000 0x1000>;
73                         };
74
75                         rsc-controller@88020000 {
76                                 compatible = "sirf,prima2-rsc";
77                                 reg = <0x88020000 0x1000>;
78                         };
79                 };
80
81                 mem-iobg {
82                         compatible = "simple-bus";
83                         #address-cells = <1>;
84                         #size-cells = <1>;
85                         ranges = <0x90000000 0x90000000 0x10000>;
86
87                         memory-controller@90000000 {
88                                 compatible = "sirf,prima2-memc";
89                                 reg = <0x90000000 0x10000>;
90                                 interrupts = <27>;
91                                 clocks = <&clks 5>;
92                         };
93                 };
94
95                 disp-iobg {
96                         compatible = "simple-bus";
97                         #address-cells = <1>;
98                         #size-cells = <1>;
99                         ranges = <0x90010000 0x90010000 0x30000>;
100
101                         display@90010000 {
102                                 compatible = "sirf,prima2-lcd";
103                                 reg = <0x90010000 0x20000>;
104                                 interrupts = <30>;
105                         };
106
107                         vpp@90020000 {
108                                 compatible = "sirf,prima2-vpp";
109                                 reg = <0x90020000 0x10000>;
110                                 interrupts = <31>;
111                                 clocks = <&clks 35>;
112                         };
113                 };
114
115                 graphics-iobg {
116                         compatible = "simple-bus";
117                         #address-cells = <1>;
118                         #size-cells = <1>;
119                         ranges = <0x98000000 0x98000000 0x8000000>;
120
121                         graphics@98000000 {
122                                 compatible = "powervr,sgx531";
123                                 reg = <0x98000000 0x8000000>;
124                                 interrupts = <6>;
125                                 clocks = <&clks 32>;
126                         };
127                 };
128
129                 multimedia-iobg {
130                         compatible = "simple-bus";
131                         #address-cells = <1>;
132                         #size-cells = <1>;
133                         ranges = <0xa0000000 0xa0000000 0x8000000>;
134
135                         multimedia@a0000000 {
136                                 compatible = "sirf,prima2-video-codec";
137                                 reg = <0xa0000000 0x8000000>;
138                                 interrupts = <5>;
139                                 clocks = <&clks 33>;
140                         };
141                 };
142
143                 dsp-iobg {
144                         compatible = "simple-bus";
145                         #address-cells = <1>;
146                         #size-cells = <1>;
147                         ranges = <0xa8000000 0xa8000000 0x2000000>;
148
149                         dspif@a8000000 {
150                                 compatible = "sirf,prima2-dspif";
151                                 reg = <0xa8000000 0x10000>;
152                                 interrupts = <9>;
153                         };
154
155                         gps@a8010000 {
156                                 compatible = "sirf,prima2-gps";
157                                 reg = <0xa8010000 0x10000>;
158                                 interrupts = <7>;
159                                 clocks = <&clks 9>;
160                         };
161
162                         dsp@a9000000 {
163                                 compatible = "sirf,prima2-dsp";
164                                 reg = <0xa9000000 0x1000000>;
165                                 interrupts = <8>;
166                                 clocks = <&clks 8>;
167                         };
168                 };
169
170                 peri-iobg {
171                         compatible = "simple-bus";
172                         #address-cells = <1>;
173                         #size-cells = <1>;
174                         ranges = <0xb0000000 0xb0000000 0x180000>,
175                                <0x56000000 0x56000000 0x1b00000>;
176
177                         timer@b0020000 {
178                                 compatible = "sirf,prima2-tick";
179                                 reg = <0xb0020000 0x1000>;
180                                 interrupts = <0>;
181                         };
182
183                         nand@b0030000 {
184                                 compatible = "sirf,prima2-nand";
185                                 reg = <0xb0030000 0x10000>;
186                                 interrupts = <41>;
187                                 clocks = <&clks 26>;
188                         };
189
190                         audio@b0040000 {
191                                 compatible = "sirf,prima2-audio";
192                                 reg = <0xb0040000 0x10000>;
193                                 interrupts = <35>;
194                                 clocks = <&clks 27>;
195                         };
196
197                         uart0: uart@b0050000 {
198                                 cell-index = <0>;
199                                 compatible = "sirf,prima2-uart";
200                                 reg = <0xb0050000 0x1000>;
201                                 interrupts = <17>;
202                                 fifosize = <128>;
203                                 clocks = <&clks 13>;
204                                 sirf,uart-dma-rx-channel = <21>;
205                                 sirf,uart-dma-tx-channel = <2>;
206                         };
207
208                         uart1: uart@b0060000 {
209                                 cell-index = <1>;
210                                 compatible = "sirf,prima2-uart";
211                                 reg = <0xb0060000 0x1000>;
212                                 interrupts = <18>;
213                                 fifosize = <32>;
214                                 clocks = <&clks 14>;
215                         };
216
217                         uart2: uart@b0070000 {
218                                 cell-index = <2>;
219                                 compatible = "sirf,prima2-uart";
220                                 reg = <0xb0070000 0x1000>;
221                                 interrupts = <19>;
222                                 fifosize = <128>;
223                                 clocks = <&clks 15>;
224                                 sirf,uart-dma-rx-channel = <6>;
225                                 sirf,uart-dma-tx-channel = <7>;
226                         };
227
228                         usp0: usp@b0080000 {
229                                 cell-index = <0>;
230                                 compatible = "sirf,prima2-usp";
231                                 reg = <0xb0080000 0x10000>;
232                                 interrupts = <20>;
233                                 fifosize = <128>;
234                                 clocks = <&clks 28>;
235                                 sirf,usp-dma-rx-channel = <17>;
236                                 sirf,usp-dma-tx-channel = <18>;
237                         };
238
239                         usp1: usp@b0090000 {
240                                 cell-index = <1>;
241                                 compatible = "sirf,prima2-usp";
242                                 reg = <0xb0090000 0x10000>;
243                                 interrupts = <21>;
244                                 fifosize = <128>;
245                                 clocks = <&clks 29>;
246                                 sirf,usp-dma-rx-channel = <14>;
247                                 sirf,usp-dma-tx-channel = <15>;
248                         };
249
250                         usp2: usp@b00a0000 {
251                                 cell-index = <2>;
252                                 compatible = "sirf,prima2-usp";
253                                 reg = <0xb00a0000 0x10000>;
254                                 interrupts = <22>;
255                                 fifosize = <128>;
256                                 clocks = <&clks 30>;
257                                 sirf,usp-dma-rx-channel = <10>;
258                                 sirf,usp-dma-tx-channel = <11>;
259                         };
260
261                         dmac0: dma-controller@b00b0000 {
262                                 cell-index = <0>;
263                                 compatible = "sirf,prima2-dmac";
264                                 reg = <0xb00b0000 0x10000>;
265                                 interrupts = <12>;
266                                 clocks = <&clks 24>;
267                         };
268
269                         dmac1: dma-controller@b0160000 {
270                                 cell-index = <1>;
271                                 compatible = "sirf,prima2-dmac";
272                                 reg = <0xb0160000 0x10000>;
273                                 interrupts = <13>;
274                                 clocks = <&clks 25>;
275                         };
276
277                         vip@b00C0000 {
278                                 compatible = "sirf,prima2-vip";
279                                 reg = <0xb00C0000 0x10000>;
280                                 clocks = <&clks 31>;
281                                 interrupts = <14>;
282                                 sirf,vip-dma-rx-channel = <16>;
283                         };
284
285                         spi0: spi@b00d0000 {
286                                 cell-index = <0>;
287                                 compatible = "sirf,prima2-spi";
288                                 reg = <0xb00d0000 0x10000>;
289                                 interrupts = <15>;
290                                 clocks = <&clks 19>;
291                         };
292
293                         spi1: spi@b0170000 {
294                                 cell-index = <1>;
295                                 compatible = "sirf,prima2-spi";
296                                 reg = <0xb0170000 0x10000>;
297                                 interrupts = <16>;
298                                 clocks = <&clks 20>;
299                         };
300
301                         i2c0: i2c@b00e0000 {
302                                 cell-index = <0>;
303                                 compatible = "sirf,prima2-i2c";
304                                 reg = <0xb00e0000 0x10000>;
305                                 interrupts = <24>;
306                                 clocks = <&clks 17>;
307                         };
308
309                         i2c1: i2c@b00f0000 {
310                                 cell-index = <1>;
311                                 compatible = "sirf,prima2-i2c";
312                                 reg = <0xb00f0000 0x10000>;
313                                 interrupts = <25>;
314                                 clocks = <&clks 18>;
315                         };
316
317                         tsc@b0110000 {
318                                 compatible = "sirf,prima2-tsc";
319                                 reg = <0xb0110000 0x10000>;
320                                 interrupts = <33>;
321                                 clocks = <&clks 16>;
322                         };
323
324                         gpio: pinctrl@b0120000 {
325                                 #gpio-cells = <2>;
326                                 #interrupt-cells = <2>;
327                                 compatible = "sirf,prima2-pinctrl";
328                                 reg = <0xb0120000 0x10000>;
329                                 interrupts = <43 44 45 46 47>;
330                                 gpio-controller;
331                                 interrupt-controller;
332
333                                 lcd_16pins_a: lcd0@0 {
334                                         lcd {
335                                                 sirf,pins = "lcd_16bitsgrp";
336                                                 sirf,function = "lcd_16bits";
337                                         };
338                                 };
339                                 lcd_18pins_a: lcd0@1 {
340                                         lcd {
341                                                 sirf,pins = "lcd_18bitsgrp";
342                                                 sirf,function = "lcd_18bits";
343                                         };
344                                 };
345                                 lcd_24pins_a: lcd0@2 {
346                                         lcd {
347                                                 sirf,pins = "lcd_24bitsgrp";
348                                                 sirf,function = "lcd_24bits";
349                                         };
350                                 };
351                                 lcdrom_pins_a: lcdrom0@0 {
352                                         lcd {
353                                                 sirf,pins = "lcdromgrp";
354                                                 sirf,function = "lcdrom";
355                                         };
356                                 };
357                                 uart0_pins_a: uart0@0 {
358                                         uart {
359                                                 sirf,pins = "uart0grp";
360                                                 sirf,function = "uart0";
361                                         };
362                                 };
363                                 uart0_noflow_pins_a: uart0@1 {
364                                         uart {
365                                                 sirf,pins = "uart0_nostreamctrlgrp";
366                                                 sirf,function = "uart0_nostreamctrl";
367                                         };
368                                 };
369                                 uart1_pins_a: uart1@0 {
370                                         uart {
371                                                 sirf,pins = "uart1grp";
372                                                 sirf,function = "uart1";
373                                         };
374                                 };
375                                 uart2_pins_a: uart2@0 {
376                                         uart {
377                                                 sirf,pins = "uart2grp";
378                                                 sirf,function = "uart2";
379                                         };
380                                 };
381                                 uart2_noflow_pins_a: uart2@1 {
382                                         uart {
383                                                 sirf,pins = "uart2_nostreamctrlgrp";
384                                                 sirf,function = "uart2_nostreamctrl";
385                                         };
386                                 };
387                                 spi0_pins_a: spi0@0 {
388                                         spi {
389                                                 sirf,pins = "spi0grp";
390                                                 sirf,function = "spi0";
391                                         };
392                                 };
393                                 spi1_pins_a: spi1@0 {
394                                         spi {
395                                                 sirf,pins = "spi1grp";
396                                                 sirf,function = "spi1";
397                                         };
398                                 };
399                                 i2c0_pins_a: i2c0@0 {
400                                         i2c {
401                                                 sirf,pins = "i2c0grp";
402                                                 sirf,function = "i2c0";
403                                         };
404                                 };
405                                 i2c1_pins_a: i2c1@0 {
406                                         i2c {
407                                                 sirf,pins = "i2c1grp";
408                                                 sirf,function = "i2c1";
409                                         };
410                                 };
411                                 pwm0_pins_a: pwm0@0 {
412                                         pwm {
413                                                 sirf,pins = "pwm0grp";
414                                                 sirf,function = "pwm0";
415                                         };
416                                 };
417                                 pwm1_pins_a: pwm1@0 {
418                                         pwm {
419                                                 sirf,pins = "pwm1grp";
420                                                 sirf,function = "pwm1";
421                                         };
422                                 };
423                                 pwm2_pins_a: pwm2@0 {
424                                         pwm {
425                                                 sirf,pins = "pwm2grp";
426                                                 sirf,function = "pwm2";
427                                         };
428                                 };
429                                 pwm3_pins_a: pwm3@0 {
430                                         pwm {
431                                                 sirf,pins = "pwm3grp";
432                                                 sirf,function = "pwm3";
433                                         };
434                                 };
435                                 gps_pins_a: gps@0 {
436                                         gps {
437                                                 sirf,pins = "gpsgrp";
438                                                 sirf,function = "gps";
439                                         };
440                                 };
441                                 vip_pins_a: vip@0 {
442                                         vip {
443                                                 sirf,pins = "vipgrp";
444                                                 sirf,function = "vip";
445                                         };
446                                 };
447                                 sdmmc0_pins_a: sdmmc0@0 {
448                                         sdmmc0 {
449                                                 sirf,pins = "sdmmc0grp";
450                                                 sirf,function = "sdmmc0";
451                                         };
452                                 };
453                                 sdmmc1_pins_a: sdmmc1@0 {
454                                         sdmmc1 {
455                                                 sirf,pins = "sdmmc1grp";
456                                                 sirf,function = "sdmmc1";
457                                         };
458                                 };
459                                 sdmmc2_pins_a: sdmmc2@0 {
460                                         sdmmc2 {
461                                                 sirf,pins = "sdmmc2grp";
462                                                 sirf,function = "sdmmc2";
463                                         };
464                                 };
465                                 sdmmc3_pins_a: sdmmc3@0 {
466                                         sdmmc3 {
467                                                 sirf,pins = "sdmmc3grp";
468                                                 sirf,function = "sdmmc3";
469                                         };
470                                 };
471                                 sdmmc4_pins_a: sdmmc4@0 {
472                                         sdmmc4 {
473                                                 sirf,pins = "sdmmc4grp";
474                                                 sirf,function = "sdmmc4";
475                                         };
476                                 };
477                                 sdmmc5_pins_a: sdmmc5@0 {
478                                         sdmmc5 {
479                                                 sirf,pins = "sdmmc5grp";
480                                                 sirf,function = "sdmmc5";
481                                         };
482                                 };
483                                 i2s_pins_a: i2s@0 {
484                                         i2s {
485                                                 sirf,pins = "i2sgrp";
486                                                 sirf,function = "i2s";
487                                         };
488                                 };
489                                 ac97_pins_a: ac97@0 {
490                                         ac97 {
491                                                 sirf,pins = "ac97grp";
492                                                 sirf,function = "ac97";
493                                         };
494                                 };
495                                 nand_pins_a: nand@0 {
496                                         nand {
497                                                 sirf,pins = "nandgrp";
498                                                 sirf,function = "nand";
499                                         };
500                                 };
501                                 usp0_pins_a: usp0@0 {
502                                         usp0 {
503                                                 sirf,pins = "usp0grp";
504                                                 sirf,function = "usp0";
505                                         };
506                                 };
507                                 usp0_uart_nostreamctrl_pins_a: usp0@1 {
508                                         usp0 {
509                                                 sirf,pins =
510                                                         "usp0_uart_nostreamctrl_grp";
511                                                 sirf,function =
512                                                         "usp0_uart_nostreamctrl";
513                                         };
514                                 };
515                                 usp1_pins_a: usp1@0 {
516                                         usp1 {
517                                                 sirf,pins = "usp1grp";
518                                                 sirf,function = "usp1";
519                                         };
520                                 };
521                                 usp1_uart_nostreamctrl_pins_a: usp1@1 {
522                                         usp1 {
523                                                 sirf,pins =
524                                                         "usp1_uart_nostreamctrl_grp";
525                                                 sirf,function =
526                                                         "usp1_uart_nostreamctrl";
527                                         };
528                                 };
529                                 usp2_pins_a: usp2@0 {
530                                         usp2 {
531                                                 sirf,pins = "usp2grp";
532                                                 sirf,function = "usp2";
533                                         };
534                                 };
535                                 usp2_uart_nostreamctrl_pins_a: usp2@1 {
536                                         usp2 {
537                                                 sirf,pins =
538                                                         "usp2_uart_nostreamctrl_grp";
539                                                 sirf,function =
540                                                         "usp2_uart_nostreamctrl";
541                                         };
542                                 };
543                                 usb0_utmi_drvbus_pins_a: usb0_utmi_drvbus@0 {
544                                         usb0_utmi_drvbus {
545                                                 sirf,pins = "usb0_utmi_drvbusgrp";
546                                                 sirf,function = "usb0_utmi_drvbus";
547                                         };
548                                 };
549                                 usb1_utmi_drvbus_pins_a: usb1_utmi_drvbus@0 {
550                                         usb1_utmi_drvbus {
551                                                 sirf,pins = "usb1_utmi_drvbusgrp";
552                                                 sirf,function = "usb1_utmi_drvbus";
553                                         };
554                                 };
555                                 usb1_dp_dn_pins_a: usb1_dp_dn@0 {
556                                         usb1_dp_dn {
557                                                 sirf,pins = "usb1_dp_dngrp";
558                                                 sirf,function = "usb1_dp_dn";
559                                         };
560                                 };
561                                 uart1_route_io_usb1_pins_a: uart1_route_io_usb1@0 {
562                                         uart1_route_io_usb1 {
563                                                 sirf,pins = "uart1_route_io_usb1grp";
564                                                 sirf,function = "uart1_route_io_usb1";
565                                         };
566                                 };
567                                 warm_rst_pins_a: warm_rst@0 {
568                                         warm_rst {
569                                                 sirf,pins = "warm_rstgrp";
570                                                 sirf,function = "warm_rst";
571                                         };
572                                 };
573                                 pulse_count_pins_a: pulse_count@0 {
574                                         pulse_count {
575                                                 sirf,pins = "pulse_countgrp";
576                                                 sirf,function = "pulse_count";
577                                         };
578                                 };
579                                 cko0_pins_a: cko0@0 {
580                                         cko0 {
581                                                 sirf,pins = "cko0grp";
582                                                 sirf,function = "cko0";
583                                         };
584                                 };
585                                 cko1_pins_a: cko1@0 {
586                                         cko1 {
587                                                 sirf,pins = "cko1grp";
588                                                 sirf,function = "cko1";
589                                         };
590                                 };
591                         };
592
593                         pwm@b0130000 {
594                                 compatible = "sirf,prima2-pwm";
595                                 reg = <0xb0130000 0x10000>;
596                                 clocks = <&clks 21>;
597                         };
598
599                         efusesys@b0140000 {
600                                 compatible = "sirf,prima2-efuse";
601                                 reg = <0xb0140000 0x10000>;
602                                 clocks = <&clks 22>;
603                         };
604
605                         pulsec@b0150000 {
606                                 compatible = "sirf,prima2-pulsec";
607                                 reg = <0xb0150000 0x10000>;
608                                 interrupts = <48>;
609                                 clocks = <&clks 23>;
610                         };
611
612                         pci-iobg {
613                                 compatible = "sirf,prima2-pciiobg", "simple-bus";
614                                 #address-cells = <1>;
615                                 #size-cells = <1>;
616                                 ranges = <0x56000000 0x56000000 0x1b00000>;
617
618                                 sd0: sdhci@56000000 {
619                                         cell-index = <0>;
620                                         compatible = "sirf,prima2-sdhc";
621                                         reg = <0x56000000 0x100000>;
622                                         interrupts = <38>;
623                                 };
624
625                                 sd1: sdhci@56100000 {
626                                         cell-index = <1>;
627                                         compatible = "sirf,prima2-sdhc";
628                                         reg = <0x56100000 0x100000>;
629                                         interrupts = <38>;
630                                 };
631
632                                 sd2: sdhci@56200000 {
633                                         cell-index = <2>;
634                                         compatible = "sirf,prima2-sdhc";
635                                         reg = <0x56200000 0x100000>;
636                                         interrupts = <23>;
637                                 };
638
639                                 sd3: sdhci@56300000 {
640                                         cell-index = <3>;
641                                         compatible = "sirf,prima2-sdhc";
642                                         reg = <0x56300000 0x100000>;
643                                         interrupts = <23>;
644                                 };
645
646                                 sd4: sdhci@56400000 {
647                                         cell-index = <4>;
648                                         compatible = "sirf,prima2-sdhc";
649                                         reg = <0x56400000 0x100000>;
650                                         interrupts = <39>;
651                                 };
652
653                                 sd5: sdhci@56500000 {
654                                         cell-index = <5>;
655                                         compatible = "sirf,prima2-sdhc";
656                                         reg = <0x56500000 0x100000>;
657                                         interrupts = <39>;
658                                 };
659
660                                 pci-copy@57900000 {
661                                         compatible = "sirf,prima2-pcicp";
662                                         reg = <0x57900000 0x100000>;
663                                         interrupts = <40>;
664                                 };
665
666                                 rom-interface@57a00000 {
667                                         compatible = "sirf,prima2-romif";
668                                         reg = <0x57a00000 0x100000>;
669                                 };
670                         };
671                 };
672
673                 rtc-iobg {
674                         compatible = "sirf,prima2-rtciobg", "sirf-prima2-rtciobg-bus", "simple-bus";
675                         #address-cells = <1>;
676                         #size-cells = <1>;
677                         reg = <0x80030000 0x10000>;
678
679                         gpsrtc@1000 {
680                                 compatible = "sirf,prima2-gpsrtc";
681                                 reg = <0x1000 0x1000>;
682                                 interrupts = <55 56 57>;
683                         };
684
685                         sysrtc@2000 {
686                                 compatible = "sirf,prima2-sysrtc";
687                                 reg = <0x2000 0x1000>;
688                                 interrupts = <52 53 54>;
689                         };
690
691                         pwrc@3000 {
692                                 compatible = "sirf,prima2-pwrc";
693                                 reg = <0x3000 0x1000>;
694                                 interrupts = <32>;
695                         };
696                 };
697
698                 uus-iobg {
699                         compatible = "simple-bus";
700                         #address-cells = <1>;
701                         #size-cells = <1>;
702                         ranges = <0xb8000000 0xb8000000 0x40000>;
703
704                         usb0: usb@b00e0000 {
705                                 compatible = "chipidea,ci13611a-prima2";
706                                 reg = <0xb8000000 0x10000>;
707                                 interrupts = <10>;
708                                 clocks = <&clks 40>;
709                         };
710
711                         usb1: usb@b00f0000 {
712                                 compatible = "chipidea,ci13611a-prima2";
713                                 reg = <0xb8010000 0x10000>;
714                                 interrupts = <11>;
715                                 clocks = <&clks 41>;
716                         };
717
718                         sata@b00f0000 {
719                                 compatible = "synopsys,dwc-ahsata";
720                                 reg = <0xb8020000 0x10000>;
721                                 interrupts = <37>;
722                         };
723
724                         security@b00f0000 {
725                                 compatible = "sirf,prima2-security";
726                                 reg = <0xb8030000 0x10000>;
727                                 interrupts = <42>;
728                                 clocks = <&clks 7>;
729                         };
730                 };
731         };
732 };