3 #include "kirkwood.dtsi"
4 #include "kirkwood-6282.dtsi"
7 model = "NETGEAR ReadyNAS Duo v2";
8 compatible = "netgear,readynas-duo-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
20 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>;
31 pinctrl: pinctrl@10000 {
32 pmx_button_power: pmx-button-power {
33 marvell,pins = "mpp47";
34 marvell,function = "gpio";
36 pmx_button_backup: pmx-button-backup {
37 marvell,pins = "mpp45";
38 marvell,function = "gpio";
40 pmx_button_reset: pmx-button-reset {
41 marvell,pins = "mpp13";
42 marvell,function = "gpio";
44 pmx_led_blue_power: pmx-led-blue-power {
45 marvell,pins = "mpp31";
46 marvell,function = "gpio";
48 pmx_led_blue_activity: pmx-led-blue-activity {
49 marvell,pins = "mpp38";
50 marvell,function = "gpio";
52 pmx_led_blue_disk1: pmx-led-blue-disk1 {
53 marvell,pins = "mpp23";
54 marvell,function = "gpio";
56 pmx_led_blue_disk2: pmx-led-blue-disk2 {
57 marvell,pins = "mpp22";
58 marvell,function = "gpio";
60 pmx_led_blue_backup: pmx-led-blue-backup {
61 marvell,pins = "mpp29";
62 marvell,function = "gpio";
71 compatible = "fixed-clock";
73 clock-frequency = <8192>;
80 rs5c372a: rs5c372a@32 {
81 compatible = "ricoh,rs5c372a";
86 compatible = "gmt,g762";
88 clocks = <&g762_clk>; /* input clock */
96 pinctrl-0 = <&pmx_uart0>;
97 pinctrl-names = "default";
106 reg = <0x0000000 0x180000>;
111 label = "u-boot-env";
112 reg = <0x180000 0x20000>;
117 reg = <0x0200000 0x600000>;
121 label = "minirootfs";
122 reg = <0x0800000 0x1000000>;
127 reg = <0x1800000 0x6800000>;
138 compatible = "gpio-leds";
139 pinctrl-0 = < &pmx_led_blue_power &pmx_led_blue_activity
140 &pmx_led_blue_disk1 &pmx_led_blue_disk2
141 &pmx_led_blue_backup >;
142 pinctrl-names = "default";
145 label = "status:blue:power_led";
146 gpios = <&gpio0 31 1>; /* GPIO 31 Active Low */
147 linux,default-trigger = "default-on";
150 label = "status:blue:activity_led";
151 gpios = <&gpio1 6 1>; /* GPIO 38 Active Low */
154 label = "status:blue:disk1_led";
155 gpios = <&gpio0 23 1>; /* GPIO 23 Active Low */
158 label = "status:blue:disk2_led";
159 gpios = <&gpio0 22 1>; /* GPIO 22 Active Low */
162 label = "status:blue:backup_led";
163 gpios = <&gpio0 29 1>; /* GPIO 29 Active Low*/
168 compatible = "gpio-keys";
169 #address-cells = <1>;
171 pinctrl-0 = <&pmx_button_power &pmx_button_backup
173 pinctrl-names = "default";
176 label = "Power Button";
177 linux,code = <116>; /* KEY_POWER */
178 gpios = <&gpio1 15 1>;
181 label = "Reset Button";
182 linux,code = <0x198>; /* KEY_RESTART */
183 gpios = <&gpio0 13 1>;
186 label = "Backup Button";
187 linux,code = <133>; /* KEY_COPY */
188 gpios = <&gpio1 13 1>;
193 compatible = "simple-bus";
194 #address-cells = <1>;
197 usb_power: regulator@1 {
198 compatible = "regulator-fixed";
200 regulator-name = "USB 3.0 Power";
201 regulator-min-microvolt = <5000000>;
202 regulator-max-microvolt = <5000000>;
206 gpio = <&gpio1 14 0>;
214 ethphy0: ethernet-phy@0 {
215 device_type = "ethernet-phy";
223 phy-handle = <ðphy0>;