2 * Device Tree file for NETGEAR ReadyNAS 102
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-370.dtsi"
52 model = "NETGEAR ReadyNAS 102";
53 compatible = "netgear,readynas-102", "marvell,armada370", "marvell,armada-370-xp";
56 stdout-path = "serial0:115200n8";
60 device_type = "memory";
61 reg = <0x00000000 0x20000000>; /* 512 MB */
65 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
66 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000
67 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>;
72 /* Connected to Marvell 88SE9170 SATA controller */
78 /* Connected to FL1009 USB 3.0 controller */
87 /* RTC is provided by Intersil ISL12057 I2C RTC chip */
103 pinctrl-0 = <&mdio_pins>;
104 pinctrl-names = "default";
105 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
111 pinctrl-0 = <&ge1_rgmii_pins>;
112 pinctrl-names = "default";
115 phy-mode = "rgmii-id";
123 compatible = "marvell,mv64xxx-i2c";
124 clock-frequency = <100000>;
127 isl12057: isl12057@68 {
128 compatible = "isil,isl12057";
130 isil,irq2-can-wakeup-machine;
134 compatible = "gmt,g762";
136 clocks = <&g762_clk>; /* input clock */
146 marvell,nand-keep-config;
147 marvell,nand-enable-arbiter;
150 /* Use Hardware BCH ECC */
151 nand-ecc-strength = <4>;
152 nand-ecc-step-size = <512>;
156 reg = <0x0000000 0x180000>; /* 1.5MB */
161 label = "u-boot-env";
162 reg = <0x180000 0x20000>; /* 128KB */
168 reg = <0x0200000 0x600000>; /* 6MB */
172 label = "minirootfs";
173 reg = <0x0800000 0x400000>; /* 4MB */
176 /* Last MB is for the BBT, i.e. not writable */
179 reg = <0x0c00000 0x7400000>; /* 116MB */
186 g762_clk: g762-oscillator {
187 compatible = "fixed-clock";
189 clock-frequency = <8192>;
194 compatible = "gpio-leds";
195 pinctrl-0 = <&power_led_pin
199 pinctrl-names = "default";
202 label = "rn102:blue:pwr";
203 gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
204 default-state = "keep";
208 label = "rn102:blue:sata1";
209 gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
210 default-state = "on";
214 label = "rn102:blue:sata2";
215 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
216 default-state = "on";
220 label = "rn102:blue:backup";
221 gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
222 default-state = "on";
227 compatible = "gpio-keys";
228 pinctrl-0 = <&power_button_pin
231 pinctrl-names = "default";
234 label = "Power Button";
235 linux,code = <KEY_POWER>;
236 gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
240 label = "Reset Button";
241 linux,code = <KEY_RESTART>;
242 gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
246 label = "Backup Button";
247 linux,code = <KEY_COPY>;
248 gpios = <&gpio1 26 GPIO_ACTIVE_LOW>;
253 compatible = "gpio-poweroff";
254 pinctrl-0 = <&poweroff>;
255 pinctrl-names = "default";
256 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
261 power_led_pin: power-led-pin {
262 marvell,pins = "mpp57";
263 marvell,function = "gpio";
266 sata1_led_pin: sata1-led-pin {
267 marvell,pins = "mpp15";
268 marvell,function = "gpio";
271 sata2_led_pin: sata2-led-pin {
272 marvell,pins = "mpp14";
273 marvell,function = "gpio";
276 backup_led_pin: backup-led-pin {
277 marvell,pins = "mpp56";
278 marvell,function = "gpio";
281 backup_button_pin: backup-button-pin {
282 marvell,pins = "mpp58";
283 marvell,function = "gpio";
286 power_button_pin: power-button-pin {
287 marvell,pins = "mpp62";
288 marvell,function = "gpio";
291 reset_button_pin: reset-button-pin {
292 marvell,pins = "mpp6";
293 marvell,function = "gpio";
297 marvell,pins = "mpp8";
298 marvell,function = "gpio";