1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Device Tree include file for Armada 385 based Linksys boards
5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include "armada-385.dtsi"
13 model = "Linksys boards based on Armada 385";
14 compatible = "linksys,armada385", "marvell,armada385",
18 stdout-path = "serial0:115200n8";
22 device_type = "memory";
23 reg = <0x00000000 0x20000000>; /* 512 MiB */
27 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
28 MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000
29 MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000
30 MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000
31 MBUS_ID(0x0c, 0x04) 0 0xf1200000 0x100000>;
34 usb3_1_phy: usb3_1-phy {
35 compatible = "usb-nop-xceiv";
36 vcc-supply = <&usb3_1_vbus>;
40 usb3_1_vbus: usb3_1-vbus {
41 compatible = "regulator-fixed";
42 pinctrl-names = "default";
43 pinctrl-0 = <&usb3_1_vbus_pins>;
44 regulator-name = "usb3_1-vbus";
45 regulator-min-microvolt = <5000000>;
46 regulator-max-microvolt = <5000000>;
48 gpio = <&gpio1 18 GPIO_ACTIVE_HIGH>;
51 gpio_keys: gpio-keys {
52 compatible = "gpio-keys";
53 pinctrl-0 = <&gpio_keys_pins>;
54 pinctrl-names = "default";
58 linux,code = <KEY_WPS_BUTTON>;
59 gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
63 label = "Factory Reset Button";
64 linux,code = <KEY_RESTART>;
65 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
69 gpio_leds: gpio-leds {
70 compatible = "gpio-leds";
71 pinctrl-0 = <&gpio_leds_pins>;
72 pinctrl-names = "default";
75 gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
80 gpios = <&gpio1 22 GPIO_ACTIVE_LOW>;
81 default-state = "off";
82 linux,default-trigger = "disk-activity";
101 phy-mode = "rgmii-id";
102 buffer-manager = <&bm>;
114 buffer-manager = <&bm>;
124 pinctrl-names = "default";
125 pinctrl-0 = <&i2c0_pins>;
129 compatible = "ti,tmp421";
133 expander0: pca9635@68 {
134 #address-cells = <1>;
136 compatible = "nxp,pca9635";
142 /* 128MiB or 256MiB */
144 #address-cells = <1>;
149 label = "pxa3xx_nand-0";
151 marvell,nand-keep-config;
160 compatible = "marvell,mv88e6085";
161 #address-cells = <1>;
166 #address-cells = <1>;
213 /* Marvell 88W8864, 5GHz-only */
218 /* Marvell 88W8864, 2GHz-only */
223 gpio_keys_pins: gpio-keys-pins {
224 /* mpp24: wps, mpp29: reset */
225 marvell,pins = "mpp24", "mpp29";
226 marvell,function = "gpio";
229 gpio_leds_pins: gpio-leds-pins {
230 /* mpp54: sata, mpp55: power */
231 marvell,pins = "mpp54", "mpp55";
232 marvell,function = "gpio";
235 usb3_1_vbus_pins: usb3_1-vbus-pins {
236 marvell,pins = "mpp50";
237 marvell,function = "gpio";
246 /* J10: VCC, NC, RX, NC, TX, GND */
251 /* USB part of the eSATA/USB 2.0 port */
257 usb-phy = <&usb3_1_phy>;
261 /* No crystal connected to the internal RTC */