3 #include "kirkwood-dnskw.dtsi"
6 model = "D-Link DNS-325 NAS (Rev A1)";
7 compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
10 device_type = "memory";
11 reg = <0x00000000 0x10000000>;
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
20 compatible = "gpio-leds";
21 pinctrl-0 = <&pmx_led_power &pmx_led_red_usb_325
22 &pmx_led_red_left_hdd &pmx_led_red_right_hdd
24 pinctrl-names = "default";
27 label = "dns325:white:power";
28 gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
29 default-state = "keep";
32 label = "dns325:white:usb";
33 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; /* GPIO 43 */
36 label = "dns325:red:l_hdd";
37 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
40 label = "dns325:red:r_hdd";
41 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
44 label = "dns325:red:usb";
45 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
54 compatible = "national,lm75";