1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for Globalscale Mirabox
5 * Gregory CLEMENT <gregory.clement@free-electrons.com>
9 #include <dt-bindings/gpio/gpio.h>
10 #include "armada-370.dtsi"
13 model = "Globalscale Mirabox";
14 compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp";
17 stdout-path = "serial0:115200n8";
21 device_type = "memory";
22 reg = <0x00000000 0x20000000>; /* 512 MB */
26 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
27 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000
28 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>;
35 clock-frequency = <600000000>;
40 compatible = "gpio-leds";
41 pinctrl-names = "default";
42 pinctrl-0 = <&pwr_led_pin &stat_led_pins>;
45 label = "mirabox:green:pwr";
46 gpios = <&gpio1 31 GPIO_ACTIVE_LOW>;
47 default-state = "keep";
51 label = "mirabox:blue:stat";
52 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
53 default-state = "off";
57 label = "mirabox:green:stat";
58 gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
59 default-state = "off";
64 pinctrl-0 = <&ge0_rgmii_pins>;
65 pinctrl-names = "default";
68 phy-mode = "rgmii-id";
71 pinctrl-0 = <&ge1_rgmii_pins>;
72 pinctrl-names = "default";
75 phy-mode = "rgmii-id";
83 pinctrl-0 = <&sdio_pins3>;
84 pinctrl-names = "default";
87 * No CD or WP GPIOs: SDIO interface used for
103 clock-frequency = <100000>;
104 pca9505: pca9505@25 {
105 compatible = "nxp,pca9505";
118 /* Internal mini-PCIe connector */
124 /* Connected on the PCB to a USB 3.0 XHCI controller */
132 pinctrl-0 = <&mdio_pins>;
133 pinctrl-names = "default";
134 phy0: ethernet-phy@0 {
138 phy1: ethernet-phy@1 {
144 pwr_led_pin: pwr-led-pin {
145 marvell,pins = "mpp63";
146 marvell,function = "gpio";
149 stat_led_pins: stat-led-pins {
150 marvell,pins = "mpp64", "mpp65";
151 marvell,function = "gpio";
160 label = "pxa3xx_nand-0";
162 marvell,nand-keep-config;
166 compatible = "fixed-partitions";
167 #address-cells = <1>;
176 reg = <0x400000 0x400000>;
179 label = "Filesystem";
180 reg = <0x800000 0x3f800000>;