1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree Include file for Marvell Armada 38x family of SoCs.
5 * Copyright (C) 2014 Marvell
7 * Lior Amsalem <alior@marvell.com>
8 * Gregory CLEMENT <gregory.clement@free-electrons.com>
9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 #include "skeleton.dtsi"
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #include <dt-bindings/interrupt-controller/irq.h>
16 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
19 model = "Marvell Armada 38x family SoC";
20 compatible = "marvell,armada380";
30 compatible = "arm,cortex-a9-pmu";
31 interrupts-extended = <&mpic 3>;
35 compatible = "marvell,armada380-mbus", "simple-bus";
39 controller = <&mbusc>;
40 interrupt-parent = <&gic>;
41 pcie-mem-aperture = <0xe0000000 0x8000000>;
42 pcie-io-aperture = <0xe8000000 0x100000>;
45 compatible = "marvell,bootrom";
46 reg = <MBUS_ID(0x01, 0x1d) 0 0x200000>;
49 devbus_bootcs: devbus-bootcs {
50 compatible = "marvell,mvebu-devbus";
51 reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>;
52 ranges = <0 MBUS_ID(0x01, 0x2f) 0 0xffffffff>;
55 clocks = <&coreclk 0>;
59 devbus_cs0: devbus-cs0 {
60 compatible = "marvell,mvebu-devbus";
61 reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>;
62 ranges = <0 MBUS_ID(0x01, 0x3e) 0 0xffffffff>;
65 clocks = <&coreclk 0>;
69 devbus_cs1: devbus-cs1 {
70 compatible = "marvell,mvebu-devbus";
71 reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>;
72 ranges = <0 MBUS_ID(0x01, 0x3d) 0 0xffffffff>;
75 clocks = <&coreclk 0>;
79 devbus_cs2: devbus-cs2 {
80 compatible = "marvell,mvebu-devbus";
81 reg = <MBUS_ID(0xf0, 0x01) 0x10418 0x8>;
82 ranges = <0 MBUS_ID(0x01, 0x3b) 0 0xffffffff>;
85 clocks = <&coreclk 0>;
89 devbus_cs3: devbus-cs3 {
90 compatible = "marvell,mvebu-devbus";
91 reg = <MBUS_ID(0xf0, 0x01) 0x10420 0x8>;
92 ranges = <0 MBUS_ID(0x01, 0x37) 0 0xffffffff>;
95 clocks = <&coreclk 0>;
100 compatible = "simple-bus";
102 #address-cells = <1>;
104 ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
106 L2: cache-controller@8000 {
107 compatible = "arm,pl310-cache";
108 reg = <0x8000 0x1000>;
111 arm,double-linefill-incr = <0>;
112 arm,double-linefill-wrap = <0>;
113 arm,double-linefill = <0>;
118 compatible = "arm,cortex-a9-scu";
123 compatible = "arm,cortex-a9-global-timer";
125 interrupts = <GIC_PPI 11 (IRQ_TYPE_EDGE_RISING | GIC_CPU_MASK_SIMPLE(2))>;
126 clocks = <&coreclk 2>;
130 compatible = "arm,cortex-a9-twd-timer";
132 interrupts = <GIC_PPI 13 (IRQ_TYPE_EDGE_RISING | GIC_CPU_MASK_SIMPLE(2))>;
133 clocks = <&coreclk 2>;
136 gic: interrupt-controller@d000 {
137 compatible = "arm,cortex-a9-gic";
138 #interrupt-cells = <3>;
140 interrupt-controller;
141 reg = <0xd000 0x1000>,
146 compatible = "marvell,mv78230-a0-i2c", "marvell,mv64xxx-i2c";
147 reg = <0x11000 0x20>;
148 #address-cells = <1>;
150 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
152 clocks = <&coreclk 0>;
157 compatible = "marvell,mv78230-a0-i2c", "marvell,mv64xxx-i2c";
158 reg = <0x11100 0x20>;
159 #address-cells = <1>;
161 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
163 clocks = <&coreclk 0>;
167 uart0: serial@12000 {
168 compatible = "snps,dw-apb-uart";
169 reg = <0x12000 0x100>;
171 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
173 clocks = <&coreclk 0>;
177 uart1: serial@12100 {
178 compatible = "snps,dw-apb-uart";
179 reg = <0x12100 0x100>;
181 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
183 clocks = <&coreclk 0>;
187 pinctrl: pinctrl@18000 {
188 reg = <0x18000 0x20>;
190 ge0_rgmii_pins: ge-rgmii-pins-0 {
191 marvell,pins = "mpp6", "mpp7", "mpp8",
192 "mpp9", "mpp10", "mpp11",
193 "mpp12", "mpp13", "mpp14",
194 "mpp15", "mpp16", "mpp17";
195 marvell,function = "ge0";
198 ge1_rgmii_pins: ge-rgmii-pins-1 {
199 marvell,pins = "mpp21", "mpp27", "mpp28",
200 "mpp29", "mpp30", "mpp31",
201 "mpp32", "mpp37", "mpp38",
202 "mpp39", "mpp40", "mpp41";
203 marvell,function = "ge1";
206 i2c0_pins: i2c-pins-0 {
207 marvell,pins = "mpp2", "mpp3";
208 marvell,function = "i2c0";
211 mdio_pins: mdio-pins {
212 marvell,pins = "mpp4", "mpp5";
213 marvell,function = "ge";
216 ref_clk0_pins: ref-clk-pins-0 {
217 marvell,pins = "mpp45";
218 marvell,function = "ref";
221 ref_clk1_pins: ref-clk-pins-1 {
222 marvell,pins = "mpp46";
223 marvell,function = "ref";
226 spi0_pins: spi-pins-0 {
227 marvell,pins = "mpp22", "mpp23", "mpp24",
229 marvell,function = "spi0";
232 spi1_pins: spi-pins-1 {
233 marvell,pins = "mpp56", "mpp57", "mpp58",
235 marvell,function = "spi1";
238 nand_pins: nand-pins {
239 marvell,pins = "mpp22", "mpp34", "mpp23",
240 "mpp33", "mpp38", "mpp28",
241 "mpp40", "mpp42", "mpp35",
242 "mpp36", "mpp25", "mpp30",
244 marvell,function = "dev";
248 marvell,pins = "mpp41";
249 marvell,function = "nand";
252 uart0_pins: uart-pins-0 {
253 marvell,pins = "mpp0", "mpp1";
254 marvell,function = "ua0";
257 uart1_pins: uart-pins-1 {
258 marvell,pins = "mpp19", "mpp20";
259 marvell,function = "ua1";
262 sdhci_pins: sdhci-pins {
263 marvell,pins = "mpp48", "mpp49", "mpp50",
264 "mpp52", "mpp53", "mpp54",
265 "mpp55", "mpp57", "mpp58",
267 marvell,function = "sd0";
270 sata0_pins: sata-pins-0 {
271 marvell,pins = "mpp20";
272 marvell,function = "sata0";
275 sata1_pins: sata-pins-1 {
276 marvell,pins = "mpp19";
277 marvell,function = "sata1";
280 sata2_pins: sata-pins-2 {
281 marvell,pins = "mpp47";
282 marvell,function = "sata2";
285 sata3_pins: sata-pins-3 {
286 marvell,pins = "mpp44";
287 marvell,function = "sata3";
292 compatible = "marvell,armada-370-gpio",
293 "marvell,orion-gpio";
294 reg = <0x18100 0x40>, <0x181c0 0x08>;
295 reg-names = "gpio", "pwm";
300 interrupt-controller;
301 #interrupt-cells = <2>;
302 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
303 <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
304 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
305 <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
306 clocks = <&coreclk 0>;
310 compatible = "marvell,armada-370-gpio",
311 "marvell,orion-gpio";
312 reg = <0x18140 0x40>, <0x181c8 0x08>;
313 reg-names = "gpio", "pwm";
318 interrupt-controller;
319 #interrupt-cells = <2>;
320 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
321 <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
322 <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>,
323 <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
324 clocks = <&coreclk 0>;
327 systemc: system-controller@18200 {
328 compatible = "marvell,armada-380-system-controller",
329 "marvell,armada-370-xp-system-controller";
330 reg = <0x18200 0x100>;
333 gateclk: clock-gating-control@18220 {
334 compatible = "marvell,armada-380-gating-clock";
336 clocks = <&coreclk 0>;
340 coreclk: mvebu-sar@18600 {
341 compatible = "marvell,armada-380-core-clock";
342 reg = <0x18600 0x04>;
346 mbusc: mbus-controller@20000 {
347 compatible = "marvell,mbus-controller";
348 reg = <0x20000 0x100>, <0x20180 0x20>,
352 mpic: interrupt-controller@20a00 {
353 compatible = "marvell,mpic";
354 reg = <0x20a00 0x2d0>, <0x21070 0x58>;
355 #interrupt-cells = <1>;
357 interrupt-controller;
359 interrupts = <GIC_PPI 15 IRQ_TYPE_LEVEL_HIGH>;
363 compatible = "marvell,armada-380-timer",
364 "marvell,armada-xp-timer";
365 reg = <0x20300 0x30>, <0x21040 0x30>;
366 interrupts-extended = <&gic GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
367 <&gic GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
368 <&gic GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
369 <&gic GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
372 clocks = <&coreclk 2>, <&refclk>;
373 clock-names = "nbclk", "fixed";
376 watchdog: watchdog@20300 {
377 compatible = "marvell,armada-380-wdt";
378 reg = <0x20300 0x34>, <0x20704 0x4>, <0x18260 0x4>;
379 clocks = <&coreclk 2>, <&refclk>;
380 clock-names = "nbclk", "fixed";
383 cpurst: cpurst@20800 {
384 compatible = "marvell,armada-370-cpu-reset";
385 reg = <0x20800 0x10>;
388 mpcore-soc-ctrl@20d20 {
389 compatible = "marvell,armada-380-mpcore-soc-ctrl";
390 reg = <0x20d20 0x6c>;
393 coherencyfab: coherency-fabric@21010 {
394 compatible = "marvell,armada-380-coherency-fabric";
395 reg = <0x21010 0x1c>;
399 compatible = "marvell,armada-380-pmsu";
400 reg = <0x22000 0x1000>;
404 * As a special exception to the "order by
405 * register address" rule, the eth0 node is
406 * placed here to ensure that it gets
407 * registered as the first interface, since
408 * the network subsystem doesn't allow naming
409 * interfaces using DT aliases. Without this,
410 * the ordering of interfaces is different
411 * from the one used in U-Boot and the
412 * labeling of interfaces on the boards, which
413 * is very confusing for users.
415 eth0: ethernet@70000 {
416 compatible = "marvell,armada-370-neta";
417 reg = <0x70000 0x4000>;
418 interrupts-extended = <&mpic 8>;
419 clocks = <&gateclk 4>;
420 tx-csum-limit = <9800>;
424 eth1: ethernet@30000 {
425 compatible = "marvell,armada-370-neta";
426 reg = <0x30000 0x4000>;
427 interrupts-extended = <&mpic 10>;
428 clocks = <&gateclk 3>;
432 eth2: ethernet@34000 {
433 compatible = "marvell,armada-370-neta";
434 reg = <0x34000 0x4000>;
435 interrupts-extended = <&mpic 12>;
436 clocks = <&gateclk 2>;
441 compatible = "marvell,orion-ehci";
442 reg = <0x58000 0x500>;
443 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
444 clocks = <&gateclk 18>;
449 compatible = "marvell,armada-380-xor", "marvell,orion-xor";
452 clocks = <&gateclk 22>;
456 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
461 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
469 compatible = "marvell,armada-380-xor", "marvell,orion-xor";
472 clocks = <&gateclk 28>;
476 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
481 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
489 #address-cells = <1>;
491 compatible = "marvell,orion-mdio";
493 clocks = <&gateclk 4>;
497 compatible = "marvell,armada-38x-crypto";
498 reg = <0x90000 0x10000>;
500 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
501 <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
502 clocks = <&gateclk 23>, <&gateclk 21>,
503 <&gateclk 14>, <&gateclk 16>;
504 clock-names = "cesa0", "cesa1",
506 marvell,crypto-srams = <&crypto_sram0>,
508 marvell,crypto-sram-size = <0x800>;
512 compatible = "marvell,armada-380-rtc";
513 reg = <0xa3800 0x20>, <0x184a0 0x0c>;
514 reg-names = "rtc", "rtc-soc";
515 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
519 compatible = "marvell,armada-380-ahci";
520 reg = <0xa8000 0x2000>;
521 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
522 clocks = <&gateclk 15>;
527 compatible = "marvell,armada-380-neta-bm";
528 reg = <0xc8000 0xac>;
529 clocks = <&gateclk 13>;
530 internal-mem = <&bm_bppi>;
535 compatible = "marvell,armada-380-ahci";
536 reg = <0xe0000 0x2000>;
537 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
538 clocks = <&gateclk 30>;
542 coredivclk: clock@e4250 {
543 compatible = "marvell,armada-380-corediv-clock";
547 clock-output-names = "nand";
550 thermal: thermal@e8078 {
551 compatible = "marvell,armada380-thermal";
552 reg = <0xe4078 0x4>, <0xe4070 0x8>;
556 nand_controller: nand-controller@d0000 {
557 compatible = "marvell,armada370-nand","marvell,mvebu-pxa3xx-nand";
558 reg = <0xd0000 0x54>;
559 #address-cells = <1>;
561 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
562 clocks = <&coredivclk 0>;
567 compatible = "marvell,armada-380-sdhci";
568 reg-names = "sdhci", "mbus", "conf-sdio3";
569 reg = <0xd8000 0x1000>,
572 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
573 clocks = <&gateclk 17>;
574 mrvl,clk-delay-cycles = <0x1F>;
579 compatible = "marvell,armada-380-xhci";
580 reg = <0xf0000 0x4000>,<0xf4000 0x4000>;
581 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
582 clocks = <&gateclk 9>;
587 compatible = "marvell,armada-380-xhci";
588 reg = <0xf8000 0x4000>,<0xfc000 0x4000>;
589 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
590 clocks = <&gateclk 10>;
595 crypto_sram0: sa-sram0 {
596 compatible = "mmio-sram";
597 reg = <MBUS_ID(0x09, 0x19) 0 0x800>;
598 clocks = <&gateclk 23>;
599 #address-cells = <1>;
601 ranges = <0 MBUS_ID(0x09, 0x19) 0 0x800>;
604 crypto_sram1: sa-sram1 {
605 compatible = "mmio-sram";
606 reg = <MBUS_ID(0x09, 0x15) 0 0x800>;
607 clocks = <&gateclk 21>;
608 #address-cells = <1>;
610 ranges = <0 MBUS_ID(0x09, 0x15) 0 0x800>;
614 compatible = "mmio-sram";
615 reg = <MBUS_ID(0x0c, 0x04) 0 0x100000>;
616 ranges = <0 MBUS_ID(0x0c, 0x04) 0 0x100000>;
617 #address-cells = <1>;
619 clocks = <&gateclk 13>;
625 compatible = "marvell,armada-380-spi",
627 reg = <MBUS_ID(0xf0, 0x01) 0x10600 0x50>;
628 #address-cells = <1>;
631 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
632 clocks = <&coreclk 0>;
637 compatible = "marvell,armada-380-spi",
639 reg = <MBUS_ID(0xf0, 0x01) 0x10680 0x50>;
640 #address-cells = <1>;
643 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
644 clocks = <&coreclk 0>;
650 /* 1 GHz fixed main PLL */
652 compatible = "fixed-clock";
654 clock-frequency = <1000000000>;
657 /* 25 MHz reference crystal */
659 compatible = "fixed-clock";
661 clock-frequency = <25000000>;