2 * Device Tree include file for Armada 385 based Linksys boards
4 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org>
7 * This file is dual-licensed: you can use it either under the terms
8 * of the GPL or the X11 license, at your option. Note that this dual
9 * licensing only applies to this file, and not this project as a
12 * a) This file is licensed under the terms of the GNU General Public
13 * License version 2. This program is licensed "as is" without
14 * any warranty of any kind, whether express or implied.
18 * b) Permission is hereby granted, free of charge, to any person
19 * obtaining a copy of this software and associated documentation
20 * files (the "Software"), to deal in the Software without
21 * restriction, including without limitation the rights to use,
22 * copy, modify, merge, publish, distribute, sublicense, and/or
23 * sell copies of the Software, and to permit persons to whom the
24 * Software is furnished to do so, subject to the following
27 * The above copyright notice and this permission notice shall be
28 * included in all copies or substantial portions of the Software.
30 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
32 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
33 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
34 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
35 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
37 * OTHER DEALINGS IN THE SOFTWARE.
40 #include <dt-bindings/gpio/gpio.h>
41 #include <dt-bindings/input/input.h>
42 #include "armada-385.dtsi"
45 model = "Linksys boards based on Armada 385";
46 compatible = "linksys,armada385", "marvell,armada385",
50 stdout-path = "serial0:115200n8";
54 device_type = "memory";
55 reg = <0x00000000 0x20000000>; /* 512 MiB */
59 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
60 MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000
61 MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000
62 MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000
63 MBUS_ID(0x0c, 0x04) 0 0xf1200000 0x100000>;
66 usb3_1_phy: usb3_1-phy {
67 compatible = "usb-nop-xceiv";
68 vcc-supply = <&usb3_1_vbus>;
72 usb3_1_vbus: usb3_1-vbus {
73 compatible = "regulator-fixed";
74 pinctrl-names = "default";
75 pinctrl-0 = <&usb3_1_vbus_pins>;
76 regulator-name = "usb3_1-vbus";
77 regulator-min-microvolt = <5000000>;
78 regulator-max-microvolt = <5000000>;
80 gpio = <&gpio1 18 GPIO_ACTIVE_HIGH>;
83 gpio_keys: gpio-keys {
84 compatible = "gpio-keys";
85 pinctrl-0 = <&gpio_keys_pins>;
86 pinctrl-names = "default";
90 linux,code = <KEY_WPS_BUTTON>;
91 gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
95 label = "Factory Reset Button";
96 linux,code = <KEY_RESTART>;
97 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
101 gpio_leds: gpio-leds {
102 compatible = "gpio-leds";
103 pinctrl-0 = <&gpio_leds_pins>;
104 pinctrl-names = "default";
107 gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
108 default-state = "on";
112 gpios = <&gpio1 22 GPIO_ACTIVE_LOW>;
113 default-state = "off";
114 linux,default-trigger = "disk-activity";
133 phy-mode = "rgmii-id";
134 buffer-manager = <&bm>;
146 buffer-manager = <&bm>;
156 pinctrl-names = "default";
157 pinctrl-0 = <&i2c0_pins>;
161 compatible = "ti,tmp421";
165 expander0: pca9635@68 {
166 #address-cells = <1>;
168 compatible = "nxp,pca9635";
174 /* 128MiB or 256MiB */
177 marvell,nand-keep-config;
178 marvell,nand-enable-arbiter;
186 compatible = "marvell,mv88e6085";
187 #address-cells = <1>;
192 #address-cells = <1>;
239 /* Marvell 88W8864, 5GHz-only */
244 /* Marvell 88W8864, 2GHz-only */
249 gpio_keys_pins: gpio-keys-pins {
250 /* mpp24: wps, mpp29: reset */
251 marvell,pins = "mpp24", "mpp29";
252 marvell,function = "gpio";
255 gpio_leds_pins: gpio-leds-pins {
256 /* mpp54: sata, mpp55: power */
257 marvell,pins = "mpp54", "mpp55";
258 marvell,function = "gpio";
261 usb3_1_vbus_pins: usb3_1-vbus-pins {
262 marvell,pins = "mpp50";
263 marvell,function = "gpio";
272 /* J10: VCC, NC, RX, NC, TX, GND */
277 /* USB part of the eSATA/USB 2.0 port */
283 usb-phy = <&usb3_1_phy>;