1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for NETGEAR ReadyNAS 102
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 102";
16 compatible = "netgear,readynas-102", "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 */
50 pinctrl-0 = <&ge1_rgmii_pins>;
51 pinctrl-names = "default";
54 phy-mode = "rgmii-id";
62 clock-frequency = <100000>;
64 pinctrl-0 = <&i2c0_pins>;
65 pinctrl-names = "default";
70 compatible = "isil,isl12057";
76 compatible = "gmt,g762";
78 clocks = <&g762_clk>; /* input clock */
88 g762_clk: g762-oscillator {
89 compatible = "fixed-clock";
91 clock-frequency = <8192>;
96 compatible = "gpio-leds";
97 pinctrl-0 = <&power_led_pin
101 pinctrl-names = "default";
104 label = "rn102:blue:pwr";
105 gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
106 default-state = "keep";
110 label = "rn102:blue:sata1";
111 gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
112 default-state = "on";
116 label = "rn102:blue:sata2";
117 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
118 default-state = "on";
122 label = "rn102:blue:backup";
123 gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
124 default-state = "on";
129 compatible = "gpio-keys";
130 pinctrl-0 = <&power_button_pin
133 pinctrl-names = "default";
136 label = "Power Button";
137 linux,code = <KEY_POWER>;
138 gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
142 label = "Reset Button";
143 linux,code = <KEY_RESTART>;
144 gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
148 label = "Backup Button";
149 linux,code = <KEY_COPY>;
150 gpios = <&gpio1 26 GPIO_ACTIVE_LOW>;
155 compatible = "gpio-poweroff";
156 pinctrl-0 = <&poweroff>;
157 pinctrl-names = "default";
158 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
165 /* Connected to Marvell 88SE9170 SATA controller */
171 /* Connected to FL1009 USB 3.0 controller */
179 pinctrl-0 = <&mdio_pins>;
180 pinctrl-names = "default";
181 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
187 power_led_pin: power-led-pin {
188 marvell,pins = "mpp57";
189 marvell,function = "gpio";
192 sata1_led_pin: sata1-led-pin {
193 marvell,pins = "mpp15";
194 marvell,function = "gpio";
197 sata2_led_pin: sata2-led-pin {
198 marvell,pins = "mpp14";
199 marvell,function = "gpio";
202 backup_led_pin: backup-led-pin {
203 marvell,pins = "mpp56";
204 marvell,function = "gpio";
207 backup_button_pin: backup-button-pin {
208 marvell,pins = "mpp58";
209 marvell,function = "gpio";
212 power_button_pin: power-button-pin {
213 marvell,pins = "mpp62";
214 marvell,function = "gpio";
217 reset_button_pin: reset-button-pin {
218 marvell,pins = "mpp6";
219 marvell,function = "gpio";
223 marvell,pins = "mpp8";
224 marvell,function = "gpio";
233 label = "pxa3xx_nand-0";
235 marvell,nand-keep-config;
238 /* Use Hardware BCH ECC */
239 nand-ecc-strength = <4>;
240 nand-ecc-step-size = <512>;
243 compatible = "fixed-partitions";
244 #address-cells = <1>;
249 reg = <0x0000000 0x180000>; /* 1.5MB */
254 label = "u-boot-env";
255 reg = <0x180000 0x20000>; /* 128KB */
261 reg = <0x0200000 0x600000>; /* 6MB */
265 label = "minirootfs";
266 reg = <0x0800000 0x400000>; /* 4MB */
269 /* Last MB is for the BBT, i.e. not writable */
272 reg = <0x0c00000 0x7400000>; /* 116MB */