2 * Device Tree file for NETGEAR ReadyNAS NV+ 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 NV+ v2";
19 compatible = "netgear,readynas-nv+-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,kirkwood";
22 device_type = "memory";
23 reg = <0x00000000 0x10000000>;
27 bootargs = "console=ttyS0,115200n8 earlyprintk";
35 /* Connected to NEC uPD720200 USB 3.0 controller */
44 pinctrl: pin-controller@10000 {
45 pmx_button_power: pmx-button-power {
46 marvell,pins = "mpp47";
47 marvell,function = "gpio";
50 pmx_button_backup: pmx-button-backup {
51 marvell,pins = "mpp45";
52 marvell,function = "gpio";
55 pmx_button_reset: pmx-button-reset {
56 marvell,pins = "mpp13";
57 marvell,function = "gpio";
60 pmx_led_blue_power: pmx-led-blue-power {
61 marvell,pins = "mpp31";
62 marvell,function = "gpio";
65 pmx_led_blue_backup: pmx-led-blue-backup {
66 marvell,pins = "mpp22";
67 marvell,function = "gpio";
70 pmx_led_blue_disk1: pmx-led-blue-disk1 {
71 marvell,pins = "mpp20";
72 marvell,function = "gpio";
75 pmx_led_blue_disk2: pmx-led-blue-disk2 {
76 marvell,pins = "mpp23";
77 marvell,function = "gpio";
80 pmx_led_blue_disk3: pmx-led-blue-disk3 {
81 marvell,pins = "mpp24";
82 marvell,function = "gpio";
85 pmx_led_blue_disk4: pmx-led-blue-disk4 {
86 marvell,pins = "mpp29";
87 marvell,function = "gpio";
90 pmx_poweroff: pmx-poweroff {
91 marvell,pins = "mpp30";
92 marvell,function = "gpio";
97 g762_clk: g762-oscillator {
98 compatible = "fixed-clock";
100 clock-frequency = <8192>;
107 rs5c372a: rs5c372a@32 {
108 compatible = "ricoh,rs5c372a";
113 compatible = "gmt,g762";
115 clocks = <&g762_clk>; /* input clock */
126 sata@80000 { /* Connected to Marvell 88SM4140 SATA port multiplier */
133 compatible = "gpio-leds";
134 pinctrl-0 = < &pmx_led_blue_power &pmx_led_blue_backup
135 &pmx_led_blue_disk1 &pmx_led_blue_disk2
136 &pmx_led_blue_disk3 &pmx_led_blue_disk3 >;
137 pinctrl-names = "default";
140 label = "status:blue:power_led";
141 gpios = <&gpio0 31 GPIO_ACTIVE_LOW>;
142 linux,default-trigger = "default-on";
146 label = "status:blue:backup_led";
147 gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
151 label = "status:blue:disk1_led";
152 gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
156 label = "status:blue:disk2_led";
157 gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
161 label = "status:blue:disk3_led";
162 gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
166 label = "status:blue:disk4_led";
167 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
172 compatible = "gpio-keys";
173 pinctrl-0 = <&pmx_button_power &pmx_button_backup
175 pinctrl-names = "default";
178 label = "Power Button";
179 linux,code = <KEY_POWER>;
180 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
184 label = "Reset Button";
185 linux,code = <KEY_RESTART>;
186 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
190 label = "Backup Button";
191 linux,code = <KEY_COPY>;
192 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
197 compatible = "gpio-poweroff";
198 pinctrl-0 = <&pmx_poweroff>;
199 pinctrl-names = "default";
200 gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
204 compatible = "simple-bus";
205 #address-cells = <1>;
208 usb3_regulator: usb3-regulator {
209 compatible = "regulator-fixed";
211 regulator-name = "USB 3.0 Power";
212 regulator-min-microvolt = <5000000>;
213 regulator-max-microvolt = <5000000>;
217 gpio = <&gpio1 14 GPIO_ACTIVE_HIGH>;
227 reg = <0x0000000 0x180000>;
232 label = "u-boot-env";
233 reg = <0x180000 0x20000>;
238 reg = <0x0200000 0x600000>;
242 label = "minirootfs";
243 reg = <0x0800000 0x1000000>;
248 reg = <0x1800000 0x6800000>;
255 ethphy0: ethernet-phy@0 { /* Marvell 88E1318 */
256 device_type = "ethernet-phy";
265 phy-handle = <ðphy0>;