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 {
22 pinctrl-0 = < &pmx_nand
23 &pmx_led_os_red &pmx_power_off
24 &pmx_led_os_green &pmx_led_usb_transfer
25 &pmx_button_reset &pmx_button_usb_copy >;
26 pinctrl-names = "default";
28 pmx_led_os_red: pmx-led-os-red {
29 marvell,pins = "mpp22";
30 marvell,function = "gpio";
32 pmx_power_off: pmx-power-off {
33 marvell,pins = "mpp24";
34 marvell,function = "gpio";
36 pmx_led_os_green: pmx-led-os-green {
37 marvell,pins = "mpp25";
38 marvell,function = "gpio";
40 pmx_led_usb_transfer: pmx-led-usb-transfer {
41 marvell,pins = "mpp27";
42 marvell,function = "gpio";
44 pmx_button_reset: pmx-button-reset {
45 marvell,pins = "mpp28";
46 marvell,function = "gpio";
48 pmx_button_usb_copy: pmx-button-usb-copy {
49 marvell,pins = "mpp29";
50 marvell,function = "gpio";
54 clock-frequency = <200000000>;
68 reg = <0x0000000 0x100000>;
73 reg = <0x0100000 0x600000>;
78 reg = <0x0700000 0xf900000>;
85 compatible = "gpio-keys";
91 gpios = <&gpio0 29 1>;
96 gpios = <&gpio0 28 1>;
100 compatible = "gpio-leds";
103 label = "ib62x0:green:os";
104 gpios = <&gpio0 25 0>;
105 linux,default-trigger = "default-on";
108 label = "ib62x0:red:os";
109 gpios = <&gpio0 22 0>;
112 label = "ib62x0:red:usb_copy";
113 gpios = <&gpio0 27 0>;
117 compatible = "gpio-poweroff";
118 gpios = <&gpio0 24 0>;