1 // SPDX-License-Identifier: GPL-2.0
4 #include "kirkwood-dnskw.dtsi"
7 model = "D-Link DNS-325 NAS (Rev A1)";
8 compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
21 compatible = "gpio-leds";
22 pinctrl-0 = <&pmx_led_power &pmx_led_red_usb_325
23 &pmx_led_red_left_hdd &pmx_led_red_right_hdd
25 pinctrl-names = "default";
28 label = "dns325:white:power";
29 gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
30 default-state = "keep";
33 label = "dns325:white:usb";
34 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; /* GPIO 43 */
37 label = "dns325:red:l_hdd";
38 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
41 label = "dns325:red:r_hdd";
42 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
45 label = "dns325:red:usb";
46 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
55 compatible = "national,lm75";