2 * Device Tree common file for the Seagate Personal Cloud NAS 1 and 2-Bay
5 * Copyright (C) 2015 Seagate
7 * Author: Simon Guinot <simon.guinot@sequanux.org>
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
15 * TODO: add support for the white SATA LED.
18 #include "armada-370.dtsi"
19 #include <dt-bindings/gpio/gpio.h>
20 #include <dt-bindings/input/input.h>
24 stdout-path = "serial0:115200n8";
28 device_type = "memory";
29 reg = <0x00000000 0x20000000>; /* 512 MB */
33 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
34 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000>;
37 coherency-fabric@20200 {
47 pinctrl-0 = <&ge1_rgmii_pins>;
48 pinctrl-names = "default";
50 phy-mode = "rgmii-id";
60 compatible = "simple-bus";
65 compatible = "regulator-fixed";
67 regulator-name = "USB Power";
68 regulator-min-microvolt = <5000000>;
69 regulator-max-microvolt = <5000000>;
72 gpio = <&gpio1 27 GPIO_ACTIVE_LOW>;
75 compatible = "regulator-fixed";
77 regulator-name = "SATA0 power";
78 regulator-min-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
83 gpio = <&gpio1 18 GPIO_ACTIVE_HIGH>;
88 compatible = "gpio-keys";
93 label = "Power button";
94 linux,code = <KEY_POWER>;
95 gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
96 debounce-interval = <100>;
99 label = "Reset Button";
100 linux,code = <KEY_RESTART>;
101 gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
102 debounce-interval = <100>;
105 label = "USB VBUS error";
106 linux,code = <KEY_UNKNOWN>;
107 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
108 debounce-interval = <100>;
113 compatible = "gpio-leds";
116 label = "cumulus:red:sata0";
117 gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
118 default-state = "off";
123 compatible = "gpio-poweroff";
124 gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>;
131 /* USB 3.0 Bridge ASM1042A */
138 pinctrl-0 = <&mdio_pins>;
139 pinctrl-names = "default";
141 phy0: ethernet-phy@0 {
147 pinctrl-0 = <&sata_led_pin>;
148 pinctrl-names = "default";
150 sata_led_pin: sata-led-pin {
151 marvell,pins = "mpp60";
152 marvell,function = "sata0";
154 gpio_led_pin: gpio-led-pin {
155 marvell,pins = "mpp60";
156 marvell,function = "gpio";
162 pinctrl-0 = <&spi0_pins2>;
163 pinctrl-names = "default";
166 #address-cells = <1>;
169 compatible = "mxicy,mx25l8005", "jedec,spi-nor";
170 reg = <0>; /* Chip select 0 */
171 spi-max-frequency = <50000000>;
175 reg = <0x0 0x100000>;