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";
21 pinctrl: pin-controller@10000 {
22 pmx_led_os_red: pmx-led-os-red {
23 marvell,pins = "mpp22";
24 marvell,function = "gpio";
26 pmx_power_off: pmx-power-off {
27 marvell,pins = "mpp24";
28 marvell,function = "gpio";
30 pmx_led_os_green: pmx-led-os-green {
31 marvell,pins = "mpp25";
32 marvell,function = "gpio";
34 pmx_led_usb_transfer: pmx-led-usb-transfer {
35 marvell,pins = "mpp27";
36 marvell,function = "gpio";
38 pmx_button_reset: pmx-button-reset {
39 marvell,pins = "mpp28";
40 marvell,function = "gpio";
42 pmx_button_usb_copy: pmx-button-usb-copy {
43 marvell,pins = "mpp29";
44 marvell,function = "gpio";
59 compatible = "gpio-keys";
62 pinctrl-0 = <&pmx_button_reset &pmx_button_usb_copy>;
63 pinctrl-names = "default";
67 linux,code = <KEY_COPY>;
68 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
72 linux,code = <KEY_RESTART>;
73 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
78 compatible = "gpio-leds";
79 pinctrl-0 = <&pmx_led_os_red &pmx_led_os_green
80 &pmx_led_usb_transfer>;
81 pinctrl-names = "default";
84 label = "ib62x0:green:os";
85 gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
86 default-state = "keep";
89 label = "ib62x0:red:os";
90 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
93 label = "ib62x0:red:usb_copy";
94 gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
99 compatible = "gpio-poweroff";
100 pinctrl-0 = <&pmx_power_off>;
101 pinctrl-names = "default";
102 gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
111 reg = <0x0000000 0xe0000>;
115 label = "u-boot environment";
116 reg = <0xe0000 0x100000>;
121 reg = <0x0100000 0x600000>;
126 reg = <0x0700000 0xf900000>;
134 ethphy0: ethernet-phy@8 {
143 phy-handle = <ðphy0>;