1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for NETGEAR ReadyNAS 104
5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include "armada-370.dtsi"
15 model = "NETGEAR ReadyNAS 104";
16 compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp";
19 stdout-path = "serial0:115200n8";
23 device_type = "memory";
24 reg = <0x00000000 0x20000000>; /* 512 MB */
28 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
29 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000
30 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>;
34 /* RTC is provided by Intersil ISL12057 I2C RTC chip */
44 pinctrl-0 = <&ge0_rgmii_pins>;
45 pinctrl-names = "default";
48 phy-mode = "rgmii-id";
52 pinctrl-0 = <&ge1_rgmii_pins>;
53 pinctrl-names = "default";
56 phy-mode = "rgmii-id";
64 clock-frequency = <100000>;
66 pinctrl-0 = <&i2c0_pins>;
67 pinctrl-names = "default";
72 compatible = "isil,isl12057";
78 compatible = "gmt,g762";
80 clocks = <&g762_clk>; /* input clock */
87 compatible = "nxp,pca9554";
97 g762_clk: g762-oscillator {
98 compatible = "fixed-clock";
100 clock-frequency = <8192>;
105 compatible = "gpio-leds";
106 pinctrl-0 = <&backup_led_pin &power_led_pin>;
107 pinctrl-names = "default";
110 label = "rn104:blue:backup";
111 gpios = <&gpio1 31 GPIO_ACTIVE_HIGH>;
112 default-state = "off";
116 label = "rn104:blue:pwr";
117 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
118 linux,default-trigger = "keep";
122 label = "rn104:blue:sata1";
123 gpios = <&pca9554 0 GPIO_ACTIVE_LOW>;
124 default-state = "off";
128 label = "rn104:blue:sata2";
129 gpios = <&pca9554 1 GPIO_ACTIVE_LOW>;
130 default-state = "off";
134 label = "rn104:blue:sata3";
135 gpios = <&pca9554 2 GPIO_ACTIVE_LOW>;
136 default-state = "off";
140 label = "rn104:blue:sata4";
141 gpios = <&pca9554 3 GPIO_ACTIVE_LOW>;
142 default-state = "off";
147 compatible = "gpio-keys";
148 pinctrl-0 = <&backup_button_pin
151 pinctrl-names = "default";
154 label = "Backup Button";
155 linux,code = <KEY_COPY>;
156 gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
160 label = "Power Button";
161 linux,code = <KEY_POWER>;
162 gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
166 label = "Reset Button";
167 linux,code = <KEY_RESTART>;
168 gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
173 compatible = "gpio-poweroff";
174 pinctrl-0 = <&poweroff>;
175 pinctrl-names = "default";
176 gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
183 /* Connected to FL1009 USB 3.0 controller */
189 /* Connected to Marvell 88SE9215 SATA controller */
197 pinctrl-0 = <&mdio_pins>;
198 pinctrl-names = "default";
199 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
203 phy1: ethernet-phy@1 { /* Marvell 88E1318 */
210 marvell,pins = "mpp60";
211 marvell,function = "gpio";
214 backup_button_pin: backup-button-pin {
215 marvell,pins = "mpp52";
216 marvell,function = "gpio";
219 power_button_pin: power-button-pin {
220 marvell,pins = "mpp62";
221 marvell,function = "gpio";
224 backup_led_pin: backup-led-pin {
225 marvell,pins = "mpp63";
226 marvell,function = "gpio";
229 power_led_pin: power-led-pin {
230 marvell,pins = "mpp64";
231 marvell,function = "gpio";
234 reset_button_pin: reset-button-pin {
235 marvell,pins = "mpp65";
236 marvell,function = "gpio";
245 label = "pxa3xx_nand-0";
247 marvell,nand-keep-config;
250 /* Use Hardware BCH ECC */
251 nand-ecc-strength = <4>;
252 nand-ecc-step-size = <512>;
255 compatible = "fixed-partitions";
256 #address-cells = <1>;
261 reg = <0x0000000 0x180000>; /* 1.5MB */
266 label = "u-boot-env";
267 reg = <0x180000 0x20000>; /* 128KB */
273 reg = <0x0200000 0x600000>; /* 6MB */
277 label = "minirootfs";
278 reg = <0x0800000 0x400000>; /* 4MB */
281 /* Last MB is for the BBT, i.e. not writable */
284 reg = <0x0c00000 0x7400000>; /* 116MB */