1 /include/ "skeleton.dtsi"
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/interrupt-controller/irq.h>
6 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
9 compatible = "marvell,dove";
10 model = "Marvell Armada 88AP510 SoC";
11 interrupt-parent = <&intc>;
24 compatible = "marvell,pj4a", "marvell,sheeva-v7";
26 next-level-cache = <&l2>;
32 compatible = "marvell,tauros2-cache";
33 marvell,tauros2-cache-features = <0>;
37 compatible = "marvell,dove-gpu-subsystem";
43 compatible = "i2c-mux-pinctrl";
49 pinctrl-names = "i2c0", "i2c1", "i2c2";
50 pinctrl-0 = <&pmx_i2cmux_0>;
51 pinctrl-1 = <&pmx_i2cmux_1>;
52 pinctrl-2 = <&pmx_i2cmux_2>;
65 /* Requires pmx_i2c1 on i2c controller node */
73 /* Requires pmx_i2c2 on i2c controller node */
79 compatible = "marvell,dove-mbus", "marvell,mbus", "simple-bus";
82 controller = <&mbusc>;
83 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256M MEM space */
84 pcie-io-aperture = <0xf2000000 0x00200000>; /* 2M I/O space */
86 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x0100000 /* MBUS regs 1M */
87 MBUS_ID(0xf0, 0x02) 0 0xf1800000 0x1000000 /* AXI regs 16M */
88 MBUS_ID(0x01, 0xfd) 0 0xf8000000 0x8000000 /* BootROM 128M */
89 MBUS_ID(0x03, 0x01) 0 0xc8000000 0x0100000 /* CESA SRAM 1M */
90 MBUS_ID(0x0d, 0x00) 0 0xf0000000 0x0100000>; /* PMU SRAM 1M */
92 pcie: pcie-controller {
93 compatible = "marvell,dove-pcie";
100 bus-range = <0x00 0xff>;
102 ranges = <0x82000000 0x0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x2000
103 0x82000000 0x0 0x80000 MBUS_ID(0xf0, 0x01) 0x80000 0 0x2000
104 0x82000000 0x1 0x0 MBUS_ID(0x04, 0xe8) 0 1 0 /* Port 0.0 Mem */
105 0x81000000 0x1 0x0 MBUS_ID(0x04, 0xe0) 0 1 0 /* Port 0.0 I/O */
106 0x82000000 0x2 0x0 MBUS_ID(0x08, 0xe8) 0 1 0 /* Port 1.0 Mem */
107 0x81000000 0x2 0x0 MBUS_ID(0x08, 0xe0) 0 1 0>; /* Port 1.0 I/O */
112 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
113 reg = <0x0800 0 0 0 0>;
114 clocks = <&gate_clk 4>;
115 marvell,pcie-port = <0>;
117 #address-cells = <3>;
119 ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
120 0x81000000 0 0 0x81000000 0x1 0 1 0>;
122 #interrupt-cells = <1>;
123 interrupt-map-mask = <0 0 0 0>;
124 interrupt-map = <0 0 0 0 &intc 16>;
130 assigned-addresses = <0x82002800 0 0x80000 0 0x2000>;
131 reg = <0x1000 0 0 0 0>;
132 clocks = <&gate_clk 5>;
133 marvell,pcie-port = <1>;
135 #address-cells = <3>;
137 ranges = <0x82000000 0 0 0x82000000 0x2 0 1 0
138 0x81000000 0 0 0x81000000 0x2 0 1 0>;
140 #interrupt-cells = <1>;
141 interrupt-map-mask = <0 0 0 0>;
142 interrupt-map = <0 0 0 0 &intc 18>;
147 compatible = "simple-bus";
148 #address-cells = <1>;
150 ranges = <0x00000000 MBUS_ID(0xf0, 0x01) 0 0x0100000 /* MBUS regs 1M */
151 0x00800000 MBUS_ID(0xf0, 0x02) 0 0x1000000 /* AXI regs 16M */
152 0xffffe000 MBUS_ID(0x03, 0x01) 0 0x0000800 /* CESA SRAM 2k */
153 0xfffff000 MBUS_ID(0x0d, 0x00) 0 0x0000800>; /* PMU SRAM 2k */
155 spi0: spi-ctrl@10600 {
156 compatible = "marvell,orion-spi";
157 #address-cells = <1>;
161 reg = <0x10600 0x28>;
162 clocks = <&core_clk 0>;
163 pinctrl-0 = <&pmx_spi0>;
164 pinctrl-names = "default";
168 i2c: i2c-ctrl@11000 {
169 compatible = "marvell,mv64xxx-i2c";
170 reg = <0x11000 0x20>;
171 #address-cells = <1>;
174 clock-frequency = <400000>;
176 clocks = <&core_clk 0>;
180 uart0: serial@12000 {
181 compatible = "ns16550a";
182 reg = <0x12000 0x100>;
185 clocks = <&core_clk 0>;
189 uart1: serial@12100 {
190 compatible = "ns16550a";
191 reg = <0x12100 0x100>;
194 clocks = <&core_clk 0>;
195 pinctrl-0 = <&pmx_uart1>;
196 pinctrl-names = "default";
200 uart2: serial@12200 {
201 compatible = "ns16550a";
202 reg = <0x12200 0x100>;
205 clocks = <&core_clk 0>;
209 uart3: serial@12300 {
210 compatible = "ns16550a";
211 reg = <0x12300 0x100>;
214 clocks = <&core_clk 0>;
218 spi1: spi-ctrl@14600 {
219 compatible = "marvell,orion-spi";
220 #address-cells = <1>;
224 reg = <0x14600 0x28>;
225 clocks = <&core_clk 0>;
229 mbusc: mbus-ctrl@20000 {
230 compatible = "marvell,mbus-controller";
231 reg = <0x20000 0x80>, <0x800100 0x8>;
234 sysc: system-ctrl@20000 {
235 compatible = "marvell,orion-system-controller";
236 reg = <0x20000 0x110>;
239 bridge_intc: bridge-interrupt-ctrl@20110 {
240 compatible = "marvell,orion-bridge-intc";
241 interrupt-controller;
242 #interrupt-cells = <1>;
245 marvell,#interrupts = <5>;
248 intc: main-interrupt-ctrl@20200 {
249 compatible = "marvell,orion-intc";
250 interrupt-controller;
251 #interrupt-cells = <1>;
252 reg = <0x20200 0x10>, <0x20210 0x10>;
256 compatible = "marvell,orion-timer";
257 reg = <0x20300 0x20>;
258 interrupt-parent = <&bridge_intc>;
259 interrupts = <1>, <2>;
260 clocks = <&core_clk 0>;
264 compatible = "marvell,orion-wdt";
265 reg = <0x20300 0x28>, <0x20108 0x4>;
266 interrupt-parent = <&bridge_intc>;
268 clocks = <&core_clk 0>;
271 crypto: crypto-engine@30000 {
272 compatible = "marvell,dove-crypto";
273 reg = <0x30000 0x10000>;
276 clocks = <&gate_clk 15>;
277 marvell,crypto-srams = <&crypto_sram>;
278 marvell,crypto-sram-size = <0x800>;
282 ehci0: usb-host@50000 {
283 compatible = "marvell,orion-ehci";
284 reg = <0x50000 0x1000>;
286 clocks = <&gate_clk 0>;
290 ehci1: usb-host@51000 {
291 compatible = "marvell,orion-ehci";
292 reg = <0x51000 0x1000>;
294 clocks = <&gate_clk 1>;
298 xor0: dma-engine@60800 {
299 compatible = "marvell,orion-xor";
302 clocks = <&gate_clk 23>;
318 xor1: dma-engine@60900 {
319 compatible = "marvell,orion-xor";
322 clocks = <&gate_clk 24>;
338 sdio1: sdio-host@90000 {
339 compatible = "marvell,dove-sdhci";
340 reg = <0x90000 0x100>;
341 interrupts = <36>, <38>;
342 clocks = <&gate_clk 9>;
343 pinctrl-0 = <&pmx_sdio1>;
344 pinctrl-names = "default";
348 eth: ethernet-ctrl@72000 {
349 compatible = "marvell,orion-eth";
350 #address-cells = <1>;
352 reg = <0x72000 0x4000>;
353 clocks = <&gate_clk 2>;
354 marvell,tx-checksum-limit = <1600>;
358 compatible = "marvell,orion-eth-port";
361 /* overwrite MAC address in bootloader */
362 local-mac-address = [00 00 00 00 00 00];
363 phy-handle = <ðphy>;
367 mdio: mdio-bus@72004 {
368 compatible = "marvell,orion-mdio";
369 #address-cells = <1>;
371 reg = <0x72004 0x84>;
373 clocks = <&gate_clk 2>;
376 ethphy: ethernet-phy {
377 /* set phy address in board file */
381 sdio0: sdio-host@92000 {
382 compatible = "marvell,dove-sdhci";
383 reg = <0x92000 0x100>;
384 interrupts = <35>, <37>;
385 clocks = <&gate_clk 8>;
386 pinctrl-0 = <&pmx_sdio0>;
387 pinctrl-names = "default";
391 sata0: sata-host@a0000 {
392 compatible = "marvell,orion-sata";
393 reg = <0xa0000 0x2400>;
395 clocks = <&gate_clk 3>;
402 sata_phy0: sata-phy@a2000 {
403 compatible = "marvell,mvebu-sata-phy";
404 reg = <0xa2000 0x0334>;
405 clocks = <&gate_clk 3>;
406 clock-names = "sata";
411 audio0: audio-controller@b0000 {
412 compatible = "marvell,dove-audio";
413 reg = <0xb0000 0x2210>;
414 interrupts = <19>, <20>;
415 clocks = <&gate_clk 12>;
416 clock-names = "internal";
420 audio1: audio-controller@b4000 {
421 compatible = "marvell,dove-audio";
422 reg = <0xb4000 0x2210>;
423 interrupts = <21>, <22>;
424 clocks = <&gate_clk 13>;
425 clock-names = "internal";
429 pmu: power-management@d0000 {
430 compatible = "marvell,dove-pmu", "simple-bus";
431 reg = <0xd0000 0x8000>, <0xd8000 0x8000>;
432 ranges = <0x00000000 0x000d0000 0x8000
433 0x00008000 0x000d8000 0x8000>;
435 interrupt-controller;
436 #address-cells = <1>;
438 #interrupt-cells = <1>;
442 vpu_domain: vpu-domain {
443 #power-domain-cells = <0>;
444 marvell,pmu_pwr_mask = <0x00000008>;
445 marvell,pmu_iso_mask = <0x00000001>;
449 gpu_domain: gpu-domain {
450 #power-domain-cells = <0>;
451 marvell,pmu_pwr_mask = <0x00000004>;
452 marvell,pmu_iso_mask = <0x00000002>;
457 thermal: thermal-diode@001c {
458 compatible = "marvell,dove-thermal";
459 reg = <0x001c 0x0c>, <0x005c 0x08>;
462 gate_clk: clock-gating-ctrl@0038 {
463 compatible = "marvell,dove-gating-clock";
465 clocks = <&core_clk 0>;
469 divider_clk: core-clock@0064 {
470 compatible = "marvell,dove-divider-clock";
475 pinctrl: pin-ctrl@0200 {
476 compatible = "marvell,dove-pinctrl";
479 clocks = <&gate_clk 22>;
481 pmx_gpio_0: pmx-gpio-0 {
482 marvell,pins = "mpp0";
483 marvell,function = "gpio";
486 pmx_gpio_1: pmx-gpio-1 {
487 marvell,pins = "mpp1";
488 marvell,function = "gpio";
491 pmx_gpio_2: pmx-gpio-2 {
492 marvell,pins = "mpp2";
493 marvell,function = "gpio";
496 pmx_gpio_3: pmx-gpio-3 {
497 marvell,pins = "mpp3";
498 marvell,function = "gpio";
501 pmx_gpio_4: pmx-gpio-4 {
502 marvell,pins = "mpp4";
503 marvell,function = "gpio";
506 pmx_gpio_5: pmx-gpio-5 {
507 marvell,pins = "mpp5";
508 marvell,function = "gpio";
511 pmx_gpio_6: pmx-gpio-6 {
512 marvell,pins = "mpp6";
513 marvell,function = "gpio";
516 pmx_gpio_7: pmx-gpio-7 {
517 marvell,pins = "mpp7";
518 marvell,function = "gpio";
521 pmx_gpio_8: pmx-gpio-8 {
522 marvell,pins = "mpp8";
523 marvell,function = "gpio";
526 pmx_gpio_9: pmx-gpio-9 {
527 marvell,pins = "mpp9";
528 marvell,function = "gpio";
531 pmx_pcie1_clkreq: pmx-pcie1-clkreq {
532 marvell,pins = "mpp9";
533 marvell,function = "pex1";
536 pmx_gpio_10: pmx-gpio-10 {
537 marvell,pins = "mpp10";
538 marvell,function = "gpio";
541 pmx_gpio_11: pmx-gpio-11 {
542 marvell,pins = "mpp11";
543 marvell,function = "gpio";
546 pmx_pcie0_clkreq: pmx-pcie0-clkreq {
547 marvell,pins = "mpp11";
548 marvell,function = "pex0";
551 pmx_gpio_12: pmx-gpio-12 {
552 marvell,pins = "mpp12";
553 marvell,function = "gpio";
556 pmx_gpio_13: pmx-gpio-13 {
557 marvell,pins = "mpp13";
558 marvell,function = "gpio";
561 pmx_audio1_extclk: pmx-audio1-extclk {
562 marvell,pins = "mpp13";
563 marvell,function = "audio1";
566 pmx_gpio_14: pmx-gpio-14 {
567 marvell,pins = "mpp14";
568 marvell,function = "gpio";
571 pmx_gpio_15: pmx-gpio-15 {
572 marvell,pins = "mpp15";
573 marvell,function = "gpio";
576 pmx_gpio_16: pmx-gpio-16 {
577 marvell,pins = "mpp16";
578 marvell,function = "gpio";
581 pmx_gpio_17: pmx-gpio-17 {
582 marvell,pins = "mpp17";
583 marvell,function = "gpio";
586 pmx_gpio_18: pmx-gpio-18 {
587 marvell,pins = "mpp18";
588 marvell,function = "gpio";
591 pmx_gpio_19: pmx-gpio-19 {
592 marvell,pins = "mpp19";
593 marvell,function = "gpio";
596 pmx_gpio_20: pmx-gpio-20 {
597 marvell,pins = "mpp20";
598 marvell,function = "gpio";
601 pmx_gpio_21: pmx-gpio-21 {
602 marvell,pins = "mpp21";
603 marvell,function = "gpio";
606 pmx_camera: pmx-camera {
607 marvell,pins = "mpp_camera";
608 marvell,function = "camera";
611 pmx_camera_gpio: pmx-camera-gpio {
612 marvell,pins = "mpp_camera";
613 marvell,function = "gpio";
616 pmx_sdio0: pmx-sdio0 {
617 marvell,pins = "mpp_sdio0";
618 marvell,function = "sdio0";
621 pmx_sdio0_gpio: pmx-sdio0-gpio {
622 marvell,pins = "mpp_sdio0";
623 marvell,function = "gpio";
626 pmx_sdio1: pmx-sdio1 {
627 marvell,pins = "mpp_sdio1";
628 marvell,function = "sdio1";
631 pmx_sdio1_gpio: pmx-sdio1-gpio {
632 marvell,pins = "mpp_sdio1";
633 marvell,function = "gpio";
636 pmx_audio1_gpio: pmx-audio1-gpio {
637 marvell,pins = "mpp_audio1";
638 marvell,function = "gpio";
641 pmx_audio1_i2s1_spdifo: pmx-audio1-i2s1-spdifo {
642 marvell,pins = "mpp_audio1";
643 marvell,function = "i2s1/spdifo";
647 marvell,pins = "mpp_spi0";
648 marvell,function = "spi0";
651 pmx_spi0_gpio: pmx-spi0-gpio {
652 marvell,pins = "mpp_spi0";
653 marvell,function = "gpio";
656 pmx_spi1_4_7: pmx-spi1-4-7 {
657 marvell,pins = "mpp4", "mpp5",
659 marvell,function = "spi1";
662 pmx_spi1_20_23: pmx-spi1-20-23 {
663 marvell,pins = "mpp20", "mpp21",
665 marvell,function = "spi1";
668 pmx_uart1: pmx-uart1 {
669 marvell,pins = "mpp_uart1";
670 marvell,function = "uart1";
673 pmx_uart1_gpio: pmx-uart1-gpio {
674 marvell,pins = "mpp_uart1";
675 marvell,function = "gpio";
679 marvell,pins = "mpp_nand";
680 marvell,function = "nand";
683 pmx_nand_gpo: pmx-nand-gpo {
684 marvell,pins = "mpp_nand";
685 marvell,function = "gpo";
689 marvell,pins = "mpp17", "mpp19";
690 marvell,function = "twsi";
694 marvell,pins = "mpp_audio1";
695 marvell,function = "twsi";
698 pmx_ssp_i2c2: pmx-ssp-i2c2 {
699 marvell,pins = "mpp_audio1";
700 marvell,function = "ssp/twsi";
703 pmx_i2cmux_0: pmx-i2cmux-0 {
704 marvell,pins = "twsi";
705 marvell,function = "twsi-opt1";
708 pmx_i2cmux_1: pmx-i2cmux-1 {
709 marvell,pins = "twsi";
710 marvell,function = "twsi-opt2";
713 pmx_i2cmux_2: pmx-i2cmux-2 {
714 marvell,pins = "twsi";
715 marvell,function = "twsi-opt3";
719 core_clk: core-clocks@0214 {
720 compatible = "marvell,dove-core-clock";
725 gpio0: gpio-ctrl@0400 {
726 compatible = "marvell,orion-gpio";
731 interrupt-controller;
732 #interrupt-cells = <2>;
733 interrupt-parent = <&intc>;
734 interrupts = <12>, <13>, <14>, <60>;
737 gpio1: gpio-ctrl@0420 {
738 compatible = "marvell,orion-gpio";
743 interrupt-controller;
744 #interrupt-cells = <2>;
745 interrupt-parent = <&intc>;
749 rtc: real-time-clock@8500 {
750 compatible = "marvell,orion-rtc";
756 gconf: global-config@e802c {
757 compatible = "marvell,dove-global-config",
759 reg = <0xe802c 0x14>;
762 gpio2: gpio-ctrl@e8400 {
763 compatible = "marvell,orion-gpio";
766 reg = <0xe8400 0x0c>;
770 lcd1: lcd-controller@810000 {
771 compatible = "marvell,dove-lcd";
772 reg = <0x810000 0x1000>;
777 lcd0: lcd-controller@820000 {
778 compatible = "marvell,dove-lcd";
779 reg = <0x820000 0x1000>;
784 crypto_sram: sa-sram@ffffe000 {
785 compatible = "mmio-sram";
786 reg = <0xffffe000 0x800>;
787 clocks = <&gate_clk 15>;
788 #address-cells = <1>;
793 clocks = <÷r_clk 1>;
794 clock-names = "core";
795 compatible = "vivante,gc";
797 power-domains = <&gpu_domain>;
798 reg = <0x840000 0x4000>;