1 // SPDX-License-Identifier: GPL-2.0+
3 * Device Tree file for NETGEAR ReadyNAS NV+ v2
5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>
10 #include "kirkwood.dtsi"
11 #include "kirkwood-6282.dtsi"
14 model = "NETGEAR ReadyNAS NV+ v2";
15 compatible = "netgear,readynas-nv+-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,kirkwood";
18 device_type = "memory";
19 reg = <0x00000000 0x10000000>;
23 bootargs = "console=ttyS0,115200n8 earlyprintk";
28 pinctrl: pin-controller@10000 {
29 pmx_button_power: pmx-button-power {
30 marvell,pins = "mpp47";
31 marvell,function = "gpio";
34 pmx_button_backup: pmx-button-backup {
35 marvell,pins = "mpp45";
36 marvell,function = "gpio";
39 pmx_button_reset: pmx-button-reset {
40 marvell,pins = "mpp13";
41 marvell,function = "gpio";
44 pmx_led_blue_power: pmx-led-blue-power {
45 marvell,pins = "mpp31";
46 marvell,function = "gpio";
49 pmx_led_blue_backup: pmx-led-blue-backup {
50 marvell,pins = "mpp22";
51 marvell,function = "gpio";
54 pmx_led_blue_disk1: pmx-led-blue-disk1 {
55 marvell,pins = "mpp20";
56 marvell,function = "gpio";
59 pmx_led_blue_disk2: pmx-led-blue-disk2 {
60 marvell,pins = "mpp23";
61 marvell,function = "gpio";
64 pmx_led_blue_disk3: pmx-led-blue-disk3 {
65 marvell,pins = "mpp24";
66 marvell,function = "gpio";
69 pmx_led_blue_disk4: pmx-led-blue-disk4 {
70 marvell,pins = "mpp29";
71 marvell,function = "gpio";
74 pmx_poweroff: pmx-poweroff {
75 marvell,pins = "mpp30";
76 marvell,function = "gpio";
81 g762_clk: g762-oscillator {
82 compatible = "fixed-clock";
84 clock-frequency = <8192>;
91 rs5c372a: rs5c372a@32 {
92 compatible = "ricoh,rs5c372a";
97 compatible = "gmt,g762";
99 clocks = <&g762_clk>; /* input clock */
110 sata@80000 { /* Connected to Marvell 88SM4140 SATA port multiplier */
117 compatible = "gpio-leds";
118 pinctrl-0 = < &pmx_led_blue_power &pmx_led_blue_backup
119 &pmx_led_blue_disk1 &pmx_led_blue_disk2
120 &pmx_led_blue_disk3 &pmx_led_blue_disk3 >;
121 pinctrl-names = "default";
124 label = "status:blue:power_led";
125 gpios = <&gpio0 31 GPIO_ACTIVE_LOW>;
126 linux,default-trigger = "default-on";
130 label = "status:blue:backup_led";
131 gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
135 label = "status:blue:disk1_led";
136 gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
140 label = "status:blue:disk2_led";
141 gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
145 label = "status:blue:disk3_led";
146 gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
150 label = "status:blue:disk4_led";
151 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
156 compatible = "gpio-keys";
157 pinctrl-0 = <&pmx_button_power &pmx_button_backup
159 pinctrl-names = "default";
162 label = "Power Button";
163 linux,code = <KEY_POWER>;
164 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
168 label = "Reset Button";
169 linux,code = <KEY_RESTART>;
170 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
174 label = "Backup Button";
175 linux,code = <KEY_COPY>;
176 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
181 compatible = "gpio-poweroff";
182 pinctrl-0 = <&pmx_poweroff>;
183 pinctrl-names = "default";
184 gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
188 compatible = "simple-bus";
189 #address-cells = <1>;
192 usb3_regulator: usb3-regulator@1 {
193 compatible = "regulator-fixed";
195 regulator-name = "USB 3.0 Power";
196 regulator-min-microvolt = <5000000>;
197 regulator-max-microvolt = <5000000>;
201 gpio = <&gpio1 14 GPIO_ACTIVE_HIGH>;
211 reg = <0x0000000 0x180000>;
216 label = "u-boot-env";
217 reg = <0x180000 0x20000>;
222 reg = <0x0200000 0x600000>;
226 label = "minirootfs";
227 reg = <0x0800000 0x1000000>;
232 reg = <0x1800000 0x6800000>;
239 ethphy0: ethernet-phy@0 { /* Marvell 88E1318 */
240 device_type = "ethernet-phy";
249 phy-handle = <ðphy0>;
253 /* Connected to NEC uPD720200 USB 3.0 controller */