ARM: dts: NSP: Rearrage USB entries
[linux-2.6-block.git] / arch / arm / boot / dts / bcm-nsp.dtsi
1 /*
2  *  BSD LICENSE
3  *
4  *  Copyright(c) 2015 Broadcom Corporation.  All rights reserved.
5  *
6  *  Redistribution and use in source and binary forms, with or without
7  *  modification, are permitted provided that the following conditions
8  *  are met:
9  *
10  *    * Redistributions of source code must retain the above copyright
11  *      notice, this list of conditions and the following disclaimer.
12  *    * Redistributions in binary form must reproduce the above copyright
13  *      notice, this list of conditions and the following disclaimer in
14  *      the documentation and/or other materials provided with the
15  *      distribution.
16  *    * Neither the name of Broadcom Corporation nor the names of its
17  *      contributors may be used to endorse or promote products derived
18  *      from this software without specific prior written permission.
19  *
20  *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21  *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22  *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23  *  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24  *  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25  *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26  *  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27  *  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28  *  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29  *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30  *  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  */
32
33 #include <dt-bindings/interrupt-controller/arm-gic.h>
34 #include <dt-bindings/interrupt-controller/irq.h>
35 #include <dt-bindings/clock/bcm-nsp.h>
36
37 #include "skeleton.dtsi"
38
39 / {
40         compatible = "brcm,nsp";
41         model = "Broadcom Northstar Plus SoC";
42         interrupt-parent = <&gic>;
43
44         cpus {
45                 #address-cells = <1>;
46                 #size-cells = <0>;
47
48                 cpu0: cpu@0 {
49                         device_type = "cpu";
50                         compatible = "arm,cortex-a9";
51                         next-level-cache = <&L2>;
52                         reg = <0x0>;
53                 };
54
55                 cpu1: cpu@1 {
56                         device_type = "cpu";
57                         compatible = "arm,cortex-a9";
58                         next-level-cache = <&L2>;
59                         enable-method = "brcm,bcm-nsp-smp";
60                         secondary-boot-reg = <0xffff0fec>;
61                         reg = <0x1>;
62                 };
63         };
64
65         pmu {
66                 compatible = "arm,cortex-a9-pmu";
67                 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH
68                               GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
69                 interrupt-affinity = <&cpu0>, <&cpu1>;
70         };
71
72         mpcore {
73                 compatible = "simple-bus";
74                 ranges = <0x00000000 0x19000000 0x00023000>;
75                 #address-cells = <1>;
76                 #size-cells = <1>;
77
78                 a9pll: arm_clk@00000 {
79                         #clock-cells = <0>;
80                         compatible = "brcm,nsp-armpll";
81                         clocks = <&osc>;
82                         reg = <0x00000 0x1000>;
83                 };
84
85                 timer@20200 {
86                         compatible = "arm,cortex-a9-global-timer";
87                         reg = <0x20200 0x100>;
88                         interrupts = <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>;
89                         clocks = <&periph_clk>;
90                 };
91
92                 twd-timer@20600 {
93                         compatible = "arm,cortex-a9-twd-timer";
94                         reg = <0x20600 0x20>;
95                         interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) |
96                                                   IRQ_TYPE_LEVEL_HIGH)>;
97                         clocks = <&periph_clk>;
98                 };
99
100                 twd-watchdog@20620 {
101                         compatible = "arm,cortex-a9-twd-wdt";
102                         reg = <0x20620 0x20>;
103                         interrupts = <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) |
104                                                   IRQ_TYPE_LEVEL_HIGH)>;
105                         clocks = <&periph_clk>;
106                 };
107
108                 gic: interrupt-controller@21000 {
109                         compatible = "arm,cortex-a9-gic";
110                         #interrupt-cells = <3>;
111                         #address-cells = <0>;
112                         interrupt-controller;
113                         reg = <0x21000 0x1000>,
114                               <0x20100 0x100>;
115                 };
116
117                 L2: l2-cache {
118                         compatible = "arm,pl310-cache";
119                         reg = <0x22000 0x1000>;
120                         cache-unified;
121                         cache-level = <2>;
122                 };
123         };
124
125         clocks {
126                 #address-cells = <1>;
127                 #size-cells = <1>;
128                 ranges;
129
130                 osc: oscillator {
131                         #clock-cells = <0>;
132                         compatible = "fixed-clock";
133                         clock-frequency = <25000000>;
134                 };
135
136                 iprocmed: iprocmed {
137                         #clock-cells = <0>;
138                         compatible = "fixed-factor-clock";
139                         clocks = <&genpll BCM_NSP_GENPLL_IPROCFAST_CLK>;
140                         clock-div = <2>;
141                         clock-mult = <1>;
142                 };
143
144                 iprocslow: iprocslow {
145                         #clock-cells = <0>;
146                         compatible = "fixed-factor-clock";
147                         clocks = <&genpll BCM_NSP_GENPLL_IPROCFAST_CLK>;
148                         clock-div = <4>;
149                         clock-mult = <1>;
150                 };
151
152                 periph_clk: periph_clk {
153                         #clock-cells = <0>;
154                         compatible = "fixed-factor-clock";
155                         clocks = <&a9pll>;
156                         clock-div = <2>;
157                         clock-mult = <1>;
158                 };
159         };
160
161         axi {
162                 compatible = "simple-bus";
163                 ranges = <0x00000000 0x18000000 0x0011c40c>;
164                 #address-cells = <1>;
165                 #size-cells = <1>;
166
167                 gpioa: gpio@0020 {
168                         compatible = "brcm,nsp-gpio-a";
169                         reg = <0x0020 0x70>,
170                               <0x3f1c4 0x1c>;
171                         #gpio-cells = <2>;
172                         gpio-controller;
173                         ngpios = <32>;
174                         interrupt-controller;
175                         interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
176                         gpio-ranges = <&pinctrl 0 0 32>;
177                 };
178
179                 uart0: serial@0300 {
180                         compatible = "ns16550a";
181                         reg = <0x0300 0x100>;
182                         interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
183                         clocks = <&osc>;
184                         status = "disabled";
185                 };
186
187                 uart1: serial@0400 {
188                         compatible = "ns16550a";
189                         reg = <0x0400 0x100>;
190                         interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
191                         clocks = <&osc>;
192                         status = "disabled";
193                 };
194
195                 dma@20000 {
196                         compatible = "arm,pl330", "arm,primecell";
197                         reg = <0x20000 0x1000>;
198                         interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>,
199                                      <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
200                                      <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>,
201                                      <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>,
202                                      <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
203                                      <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>,
204                                      <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
205                                      <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
206                                      <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
207                         clocks = <&iprocslow>;
208                         clock-names = "apb_pclk";
209                         #dma-cells = <1>;
210                 };
211
212                 sdio: sdhci@21000 {
213                         compatible = "brcm,sdhci-iproc-cygnus";
214                         reg = <0x21000 0x100>;
215                         interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
216                         sdhci,auto-cmd12;
217                         clocks = <&lcpll0 BCM_NSP_LCPLL0_SDIO_CLK>;
218                         dma-coherent;
219                         status = "disabled";
220                 };
221
222                 amac0: ethernet@22000 {
223                         compatible = "brcm,nsp-amac";
224                         reg = <0x022000 0x1000>,
225                               <0x110000 0x1000>;
226                         reg-names = "amac_base", "idm_base";
227                         interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
228                         dma-coherent;
229                         status = "disabled";
230                 };
231
232                 amac1: ethernet@23000 {
233                         compatible = "brcm,nsp-amac";
234                         reg = <0x023000 0x1000>,
235                               <0x111000 0x1000>;
236                         reg-names = "amac_base", "idm_base";
237                         interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
238                         dma-coherent;
239                         status = "disabled";
240                 };
241
242                 amac2: ethernet@24000 {
243                         compatible = "brcm,nsp-amac";
244                         reg = <0x024000 0x1000>,
245                               <0x112000 0x1000>;
246                         reg-names = "amac_base", "idm_base";
247                         interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
248                         dma-coherent;
249                         status = "disabled";
250                 };
251
252                 mailbox: mailbox@25000 {
253                         compatible = "brcm,iproc-fa2-mbox";
254                         reg = <0x25000 0x445>;
255                         interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
256                         #mbox-cells = <1>;
257                         brcm,rx-status-len = <32>;
258                         brcm,use-bcm-hdr;
259                         dma-coherent;
260                 };
261
262                 nand: nand@26000 {
263                         compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
264                         reg = <0x026000 0x600>,
265                               <0x11b408 0x600>,
266                               <0x026f00 0x20>;
267                         reg-names = "nand", "iproc-idm", "iproc-ext";
268                         interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
269
270                         #address-cells = <1>;
271                         #size-cells = <0>;
272
273                         brcm,nand-has-wp;
274                 };
275
276                 qspi: qspi@27200 {
277                         compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
278                         reg = <0x027200 0x184>,
279                               <0x027000 0x124>,
280                               <0x11c408 0x004>,
281                               <0x0273a0 0x01c>;
282                         reg-names = "mspi", "bspi", "intr_regs",
283                                     "intr_status_reg";
284                         interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
285                                      <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
286                                      <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
287                                      <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
288                                      <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,
289                                      <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>,
290                                      <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
291                         interrupt-names = "spi_lr_fullness_reached",
292                                           "spi_lr_session_aborted",
293                                           "spi_lr_impatient",
294                                           "spi_lr_session_done",
295                                           "spi_lr_overhead",
296                                           "mspi_done",
297                                           "mspi_halted";
298                         clocks = <&iprocmed>;
299                         clock-names = "iprocmed";
300                         num-cs = <2>;
301                         #address-cells = <1>;
302                         #size-cells = <0>;
303                 };
304
305                 ehci0: usb@2a000 {
306                         compatible = "generic-ehci";
307                         reg = <0x2a000 0x100>;
308                         interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
309                         dma-coherent;
310                         status = "disabled";
311                 };
312
313                 ohci0: usb@2b000 {
314                         compatible = "generic-ohci";
315                         reg = <0x2b000 0x100>;
316                         interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
317                         dma-coherent;
318                         status = "disabled";
319                 };
320
321                 crypto@2f000 {
322                         compatible = "brcm,spum-nsp-crypto";
323                         reg = <0x2f000 0x900>;
324                         mboxes = <&mailbox 0>;
325                 };
326
327                 gpiob: gpio@30000 {
328                         compatible = "brcm,iproc-nsp-gpio", "brcm,iproc-gpio";
329                         reg = <0x30000 0x50>;
330                         #gpio-cells = <2>;
331                         gpio-controller;
332                         ngpios = <4>;
333                         interrupt-controller;
334                         interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
335                 };
336
337                 pwm: pwm@31000 {
338                         compatible = "brcm,iproc-pwm";
339                         reg = <0x31000 0x28>;
340                         clocks = <&osc>;
341                         #pwm-cells = <3>;
342                         status = "disabled";
343                 };
344
345                 rng: rng@33000 {
346                         compatible = "brcm,bcm-nsp-rng";
347                         reg = <0x33000 0x14>;
348                 };
349
350                 ccbtimer0: timer@34000 {
351                         compatible = "arm,sp804";
352                         reg = <0x34000 0x1000>;
353                         interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>,
354                                      <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
355                         clocks = <&iprocslow>;
356                         clock-names = "apb_pclk";
357                 };
358
359                 ccbtimer1: timer@35000 {
360                         compatible = "arm,sp804";
361                         reg = <0x35000 0x1000>;
362                         interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
363                                      <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
364                         clocks = <&iprocslow>;
365                         clock-names = "apb_pclk";
366                 };
367
368                 srab: srab@36000 {
369                         compatible = "brcm,nsp-srab";
370                         reg = <0x36000 0x1000>;
371                         #address-cells = <1>;
372                         #size-cells = <0>;
373
374                         status = "disabled";
375
376                         /* ports are defined in board DTS */
377                 };
378
379                 i2c0: i2c@38000 {
380                         compatible = "brcm,iproc-i2c";
381                         reg = <0x38000 0x50>;
382                         #address-cells = <1>;
383                         #size-cells = <0>;
384                         interrupts = <GIC_SPI 89 IRQ_TYPE_NONE>;
385                         clock-frequency = <100000>;
386                         dma-coherent;
387                         status = "disabled";
388                 };
389
390                 watchdog@39000 {
391                         compatible = "arm,sp805", "arm,primecell";
392                         reg = <0x39000 0x1000>;
393                         interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
394                         clocks = <&iprocslow>, <&iprocslow>;
395                         clock-names = "wdogclk", "apb_pclk";
396                 };
397
398                 lcpll0: lcpll0@3f100 {
399                         #clock-cells = <1>;
400                         compatible = "brcm,nsp-lcpll0";
401                         reg = <0x3f100 0x14>;
402                         clocks = <&osc>;
403                         clock-output-names = "lcpll0", "pcie_phy", "sdio",
404                                              "ddr_phy";
405                 };
406
407                 genpll: genpll@3f140 {
408                         #clock-cells = <1>;
409                         compatible = "brcm,nsp-genpll";
410                         reg = <0x3f140 0x24>;
411                         clocks = <&osc>;
412                         clock-output-names = "genpll", "phy", "ethernetclk",
413                                              "usbclk", "iprocfast", "sata1",
414                                              "sata2";
415                 };
416
417                 pinctrl: pinctrl@3f1c0 {
418                         compatible = "brcm,nsp-pinmux";
419                         reg = <0x3f1c0 0x04>,
420                               <0x30028 0x04>,
421                               <0x3f408 0x04>;
422                 };
423
424                 thermal: thermal@3f2c0 {
425                         compatible = "brcm,ns-thermal";
426                         reg = <0x3f2c0 0x10>;
427                         #thermal-sensor-cells = <0>;
428                 };
429
430                 sata_phy: sata_phy@40100 {
431                         compatible = "brcm,iproc-nsp-sata-phy";
432                         reg = <0x40100 0x340>;
433                         reg-names = "phy";
434                         #address-cells = <1>;
435                         #size-cells = <0>;
436
437                         sata_phy0: sata-phy@0 {
438                                 reg = <0>;
439                                 #phy-cells = <0>;
440                                 status = "disabled";
441                         };
442
443                         sata_phy1: sata-phy@1 {
444                                 reg = <1>;
445                                 #phy-cells = <0>;
446                                 status = "disabled";
447                         };
448                 };
449
450                 sata: ahci@41000 {
451                         compatible = "brcm,bcm-nsp-ahci";
452                         reg-names = "ahci", "top-ctrl";
453                         reg = <0x41000 0x1000>, <0x40020 0x1c>;
454                         interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
455                         #address-cells = <1>;
456                         #size-cells = <0>;
457                         dma-coherent;
458                         status = "disabled";
459
460                         sata0: sata-port@0 {
461                                 reg = <0>;
462                                 phys = <&sata_phy0>;
463                                 phy-names = "sata-phy";
464                         };
465
466                         sata1: sata-port@1 {
467                                 reg = <1>;
468                                 phys = <&sata_phy1>;
469                                 phy-names = "sata-phy";
470                         };
471                 };
472         };
473
474         pcie0: pcie@18012000 {
475                 compatible = "brcm,iproc-pcie";
476                 reg = <0x18012000 0x1000>;
477
478                 #interrupt-cells = <1>;
479                 interrupt-map-mask = <0 0 0 0>;
480                 interrupt-map = <0 0 0 0 &gic GIC_SPI 131 IRQ_TYPE_NONE>;
481
482                 linux,pci-domain = <0>;
483
484                 bus-range = <0x00 0xff>;
485
486                 #address-cells = <3>;
487                 #size-cells = <2>;
488                 device_type = "pci";
489
490                 /* Note: The HW does not support I/O resources.  So,
491                  * only the memory resource range is being specified.
492                  */
493                 ranges = <0x82000000 0 0x08000000 0x08000000 0 0x8000000>;
494
495                 dma-coherent;
496                 status = "disabled";
497
498                 msi-parent = <&msi0>;
499                 msi0: msi-controller {
500                         compatible = "brcm,iproc-msi";
501                         msi-controller;
502                         interrupt-parent = <&gic>;
503                         interrupts = <GIC_SPI 127 IRQ_TYPE_NONE>,
504                                      <GIC_SPI 128 IRQ_TYPE_NONE>,
505                                      <GIC_SPI 129 IRQ_TYPE_NONE>,
506                                      <GIC_SPI 130 IRQ_TYPE_NONE>;
507                         brcm,pcie-msi-inten;
508                 };
509         };
510
511         pcie1: pcie@18013000 {
512                 compatible = "brcm,iproc-pcie";
513                 reg = <0x18013000 0x1000>;
514
515                 #interrupt-cells = <1>;
516                 interrupt-map-mask = <0 0 0 0>;
517                 interrupt-map = <0 0 0 0 &gic GIC_SPI 137 IRQ_TYPE_NONE>;
518
519                 linux,pci-domain = <1>;
520
521                 bus-range = <0x00 0xff>;
522
523                 #address-cells = <3>;
524                 #size-cells = <2>;
525                 device_type = "pci";
526
527                 /* Note: The HW does not support I/O resources.  So,
528                  * only the memory resource range is being specified.
529                  */
530                 ranges = <0x82000000 0 0x40000000 0x40000000 0 0x8000000>;
531
532                 dma-coherent;
533                 status = "disabled";
534
535                 msi-parent = <&msi1>;
536                 msi1: msi-controller {
537                         compatible = "brcm,iproc-msi";
538                         msi-controller;
539                         interrupt-parent = <&gic>;
540                         interrupts = <GIC_SPI 133 IRQ_TYPE_NONE>,
541                                      <GIC_SPI 134 IRQ_TYPE_NONE>,
542                                      <GIC_SPI 135 IRQ_TYPE_NONE>,
543                                      <GIC_SPI 136 IRQ_TYPE_NONE>;
544                         brcm,pcie-msi-inten;
545                 };
546         };
547
548         pcie2: pcie@18014000 {
549                 compatible = "brcm,iproc-pcie";
550                 reg = <0x18014000 0x1000>;
551
552                 #interrupt-cells = <1>;
553                 interrupt-map-mask = <0 0 0 0>;
554                 interrupt-map = <0 0 0 0 &gic GIC_SPI 143 IRQ_TYPE_NONE>;
555
556                 linux,pci-domain = <2>;
557
558                 bus-range = <0x00 0xff>;
559
560                 #address-cells = <3>;
561                 #size-cells = <2>;
562                 device_type = "pci";
563
564                 /* Note: The HW does not support I/O resources.  So,
565                  * only the memory resource range is being specified.
566                  */
567                 ranges = <0x82000000 0 0x48000000 0x48000000 0 0x8000000>;
568
569                 dma-coherent;
570                 status = "disabled";
571
572                 msi-parent = <&msi2>;
573                 msi2: msi-controller {
574                         compatible = "brcm,iproc-msi";
575                         msi-controller;
576                         interrupt-parent = <&gic>;
577                         interrupts = <GIC_SPI 139 IRQ_TYPE_NONE>,
578                                      <GIC_SPI 140 IRQ_TYPE_NONE>,
579                                      <GIC_SPI 141 IRQ_TYPE_NONE>,
580                                      <GIC_SPI 142 IRQ_TYPE_NONE>;
581                         brcm,pcie-msi-inten;
582                 };
583         };
584
585         thermal-zones {
586                 cpu-thermal {
587                         polling-delay-passive = <0>;
588                         polling-delay = <1000>;
589                         coefficients = <(-556) 418000>;
590                         thermal-sensors = <&thermal>;
591
592                         trips {
593                                 cpu-crit {
594                                         temperature     = <125000>;
595                                         hysteresis      = <0>;
596                                         type            = "critical";
597                                 };
598                         };
599
600                         cooling-maps {
601                         };
602                 };
603         };
604 };