3 #include "kirkwood.dtsi"
4 #include "kirkwood-6281.dtsi"
7 model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
8 compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
20 pinctrl: pinctrl@10000 {
21 pmx_led_os_red: pmx-led-os-red {
22 marvell,pins = "mpp22";
23 marvell,function = "gpio";
25 pmx_power_off: pmx-power-off {
26 marvell,pins = "mpp24";
27 marvell,function = "gpio";
29 pmx_led_os_green: pmx-led-os-green {
30 marvell,pins = "mpp25";
31 marvell,function = "gpio";
33 pmx_led_usb_transfer: pmx-led-usb-transfer {
34 marvell,pins = "mpp27";
35 marvell,function = "gpio";
37 pmx_button_reset: pmx-button-reset {
38 marvell,pins = "mpp28";
39 marvell,function = "gpio";
41 pmx_button_usb_copy: pmx-button-usb-copy {
42 marvell,pins = "mpp29";
43 marvell,function = "gpio";
58 compatible = "gpio-keys";
61 pinctrl-0 = <&pmx_button_reset &pmx_button_usb_copy>;
62 pinctrl-names = "default";
66 linux,code = <KEY_COPY>;
67 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
71 linux,code = <KEY_RESTART>;
72 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
77 compatible = "gpio-leds";
78 pinctrl-0 = <&pmx_led_os_red &pmx_led_os_green
79 &pmx_led_usb_transfer>;
80 pinctrl-names = "default";
83 label = "ib62x0:green:os";
84 gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
85 default-state = "keep";
88 label = "ib62x0:red:os";
89 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
92 label = "ib62x0:red:usb_copy";
93 gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
98 compatible = "gpio-poweroff";
99 pinctrl-0 = <&pmx_power_off>;
100 pinctrl-names = "default";
101 gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
107 pinctrl-0 = <&pmx_nand>;
108 pinctrl-names = "default";
112 reg = <0x0000000 0xe0000>;
116 label = "u-boot environment";
117 reg = <0xe0000 0x100000>;
122 reg = <0x0100000 0x600000>;
127 reg = <0x0700000 0xf900000>;
135 ethphy0: ethernet-phy@8 {
144 phy-handle = <ðphy0>;