2 * Device Tree file for NETGEAR ReadyNAS 2120
4 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
16 * This file is distributed in the hope that it will be useful
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
23 * b) Permission is hereby granted, free of charge, to any person
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
26 * restriction, including without limitation the rights to use
27 * copy, modify, merge, publish, distribute, sublicense, and/or
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
35 * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND
36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
47 #include <dt-bindings/input/input.h>
48 #include <dt-bindings/gpio/gpio.h>
49 #include "armada-xp-mv78230.dtsi"
52 model = "NETGEAR ReadyNAS 2120";
53 compatible = "netgear,readynas-2120", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
56 stdout-path = "serial0:115200n8";
60 device_type = "memory";
61 reg = <0 0x00000000 0 0x80000000>; /* 2GB */
65 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
66 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
71 /* Connected to first Marvell 88SE9170 SATA controller */
77 /* Connected to second Marvell 88SE9170 SATA controller */
83 /* Connected to Fresco Logic FL1009 USB 3.0 controller */
91 /* Two rear eSATA ports */
102 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
106 phy1: ethernet-phy@1 { /* Marvell 88E1318 */
114 phy-mode = "rgmii-id";
120 phy-mode = "rgmii-id";
123 /* Front USB 2.0 port */
129 compatible = "marvell,mv64xxx-i2c";
130 clock-frequency = <400000>;
133 isl12057: isl12057@68 {
134 compatible = "isil,isl12057";
136 isil,irq2-can-wakeup-machine;
139 /* Controller for rear fan #1 of 3 (Protechnic
140 * MGT4012XB-O20, 8000RPM) near eSATA port */
142 compatible = "gmt,g762";
144 clocks = <&g762_clk>; /* input clock */
150 /* Controller for rear (center) fan #2 of 3 */
152 compatible = "gmt,g762";
154 clocks = <&g762_clk>; /* input clock */
160 /* Controller for rear fan #3 of 3 */
162 compatible = "gmt,g762";
164 clocks = <&g762_clk>; /* input clock */
170 /* Temperature sensor */
172 compatible = "gmt,g751";
180 marvell,nand-keep-config;
181 marvell,nand-enable-arbiter;
184 /* Use Hardware BCH ECC */
185 nand-ecc-strength = <4>;
186 nand-ecc-step-size = <512>;
190 reg = <0x0000000 0x180000>; /* 1.5MB */
195 label = "u-boot-env";
196 reg = <0x180000 0x20000>; /* 128KB */
202 reg = <0x0200000 0x600000>; /* 6MB */
206 label = "minirootfs";
207 reg = <0x0800000 0x400000>; /* 4MB */
210 /* Last MB is for the BBT, i.e. not writable */
213 reg = <0x0c00000 0x7400000>; /* 116MB */
220 g762_clk: g762-oscillator {
221 compatible = "fixed-clock";
223 clock-frequency = <32768>;
228 compatible = "gpio-leds";
229 pinctrl-0 = <&sata1_led_pin &sata2_led_pin &err_led_pin
230 &sata3_led_pin &sata4_led_pin>;
231 pinctrl-names = "default";
234 label = "rn2120:red:sata1";
235 gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
236 default-state = "off";
240 label = "rn2120:red:sata2";
241 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
242 default-state = "off";
246 label = "rn2120:red:sata3";
247 gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
248 default-state = "off";
252 label = "rn2120:red:sata4";
253 gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
254 default-state = "off";
258 label = "rn2120:red:err";
259 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
260 default-state = "off";
265 compatible = "gpio-keys";
266 pinctrl-0 = <&power_button_pin &reset_button_pin>;
267 pinctrl-names = "default";
270 label = "Power Button";
271 linux,code = <KEY_POWER>;
272 gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
276 label = "Reset Button";
277 linux,code = <KEY_RESTART>;
278 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
283 compatible = "gpio-poweroff";
284 pinctrl-0 = <&poweroff>;
285 pinctrl-names = "default";
286 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
292 marvell,pins = "mpp42";
293 marvell,function = "gpio";
296 power_button_pin: power-button-pin {
297 marvell,pins = "mpp27";
298 marvell,function = "gpio";
301 reset_button_pin: reset-button-pin {
302 marvell,pins = "mpp41";
303 marvell,function = "gpio";
306 sata1_led_pin: sata1-led-pin {
307 marvell,pins = "mpp31";
308 marvell,function = "gpio";
311 sata2_led_pin: sata2-led-pin {
312 marvell,pins = "mpp40";
313 marvell,function = "gpio";
316 sata3_led_pin: sata3-led-pin {
317 marvell,pins = "mpp44";
318 marvell,function = "gpio";
321 sata4_led_pin: sata4-led-pin {
322 marvell,pins = "mpp47";
323 marvell,function = "gpio";
326 sata1_power_pin: sata1-power-pin {
327 marvell,pins = "mpp24";
328 marvell,function = "gpio";
331 sata2_power_pin: sata2-power-pin {
332 marvell,pins = "mpp25";
333 marvell,function = "gpio";
336 sata3_power_pin: sata3-power-pin {
337 marvell,pins = "mpp26";
338 marvell,function = "gpio";
341 sata4_power_pin: sata4-power-pin {
342 marvell,pins = "mpp28";
343 marvell,function = "gpio";
346 sata1_pres_pin: sata1-pres-pin {
347 marvell,pins = "mpp32";
348 marvell,function = "gpio";
351 sata2_pres_pin: sata2-pres-pin {
352 marvell,pins = "mpp33";
353 marvell,function = "gpio";
356 sata3_pres_pin: sata3-pres-pin {
357 marvell,pins = "mpp34";
358 marvell,function = "gpio";
361 sata4_pres_pin: sata4-pres-pin {
362 marvell,pins = "mpp35";
363 marvell,function = "gpio";
366 err_led_pin: err-led-pin {
367 marvell,pins = "mpp45";
368 marvell,function = "gpio";