2 * Device Tree file for NETGEAR ReadyNAS Duo v2
4 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
14 #include "kirkwood.dtsi"
15 #include "kirkwood-6282.dtsi"
18 model = "NETGEAR ReadyNAS Duo v2";
19 compatible = "netgear,readynas-duo-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,kirkwood";
22 device_type = "memory";
23 reg = <0x00000000 0x10000000>;
27 bootargs = "console=ttyS0,115200n8 earlyprintk";
32 pinctrl: pin-controller@10000 {
33 pmx_button_power: pmx-button-power {
34 marvell,pins = "mpp47";
35 marvell,function = "gpio";
38 pmx_button_backup: pmx-button-backup {
39 marvell,pins = "mpp45";
40 marvell,function = "gpio";
43 pmx_button_reset: pmx-button-reset {
44 marvell,pins = "mpp13";
45 marvell,function = "gpio";
48 pmx_led_blue_power: pmx-led-blue-power {
49 marvell,pins = "mpp31";
50 marvell,function = "gpio";
53 pmx_led_blue_activity: pmx-led-blue-activity {
54 marvell,pins = "mpp38";
55 marvell,function = "gpio";
58 pmx_led_blue_disk1: pmx-led-blue-disk1 {
59 marvell,pins = "mpp23";
60 marvell,function = "gpio";
63 pmx_led_blue_disk2: pmx-led-blue-disk2 {
64 marvell,pins = "mpp22";
65 marvell,function = "gpio";
68 pmx_led_blue_backup: pmx-led-blue-backup {
69 marvell,pins = "mpp29";
70 marvell,function = "gpio";
73 pmx_poweroff: pmx-poweroff {
74 marvell,pins = "mpp30";
75 marvell,function = "gpio";
80 g762_clk: g762-oscillator {
81 compatible = "fixed-clock";
83 clock-frequency = <8192>;
90 rs5c372a: rs5c372a@32 {
91 compatible = "ricoh,rs5c372a";
96 compatible = "gmt,g762";
98 clocks = <&g762_clk>; /* input clock */
116 compatible = "gpio-leds";
117 pinctrl-0 = < &pmx_led_blue_power &pmx_led_blue_activity
118 &pmx_led_blue_disk1 &pmx_led_blue_disk2
119 &pmx_led_blue_backup >;
120 pinctrl-names = "default";
123 label = "status:blue:power_led";
124 gpios = <&gpio0 31 GPIO_ACTIVE_LOW>;
125 default-state = "keep";
129 label = "status:blue:activity_led";
130 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
134 label = "status:blue:disk1_led";
135 gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
139 label = "status:blue:disk2_led";
140 gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
144 label = "status:blue:backup_led";
145 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
150 compatible = "gpio-keys";
151 pinctrl-0 = <&pmx_button_power &pmx_button_backup
153 pinctrl-names = "default";
156 label = "Power Button";
157 linux,code = <KEY_POWER>;
158 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
162 label = "Reset Button";
163 linux,code = <KEY_RESTART>;
164 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
168 label = "Backup Button";
169 linux,code = <KEY_COPY>;
170 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
175 compatible = "gpio-poweroff";
176 pinctrl-0 = <&pmx_poweroff>;
177 pinctrl-names = "default";
178 gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
182 compatible = "simple-bus";
183 #address-cells = <1>;
186 usb3_regulator: usb3-regulator@1 {
187 compatible = "regulator-fixed";
189 regulator-name = "USB 3.0 Power";
190 regulator-min-microvolt = <5000000>;
191 regulator-max-microvolt = <5000000>;
195 gpio = <&gpio1 14 GPIO_ACTIVE_HIGH>;
205 reg = <0x0000000 0x180000>;
210 label = "u-boot-env";
211 reg = <0x180000 0x20000>;
216 reg = <0x0200000 0x600000>;
220 label = "minirootfs";
221 reg = <0x0800000 0x1000000>;
226 reg = <0x1800000 0x6800000>;
233 ethphy0: ethernet-phy@0 { /* Marvell 88E1318 */
241 phy-handle = <ðphy0>;