2012-04-18 11:06:40 +01:00
/dts-v1/;
2013-07-26 10:18:02 -03:00
#include "kirkwood-dnskw.dtsi"
2012-04-18 11:06:40 +01:00
/ {
model = "D-Link DNS-320 NAS (Rev A1)";
2012-07-18 19:22:54 +02:00
compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
2012-04-18 11:06:40 +01:00
memory {
device_type = "memory";
reg = <0x00000000 0x8000000>;
};
chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk";
2014-04-30 14:56:30 +02:00
stdout-path = &uart0;
2012-04-18 11:06:40 +01:00
};
2012-07-19 21:30:58 +01:00
gpio-leds {
compatible = "gpio-leds";
2013-05-24 11:44:39 +02:00
pinctrl-0 = <&pmx_led_power &pmx_led_red_usb_320
&pmx_led_red_left_hdd &pmx_led_red_right_hdd
&pmx_led_white_usb>;
pinctrl-names = "default";
2012-07-19 21:30:58 +01:00
blue-power {
label = "dns320:blue:power";
2013-12-04 16:51:39 +01:00
gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
2013-10-14 17:37:55 +00:00
default-state = "keep";
2012-07-19 21:30:58 +01:00
};
blue-usb {
label = "dns320:blue:usb";
2013-12-04 16:51:39 +01:00
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
2012-07-19 21:30:58 +01:00
};
orange-l_hdd {
label = "dns320:orange:l_hdd";
2013-12-04 16:51:39 +01:00
gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
2012-07-19 21:30:58 +01:00
};
orange-r_hdd {
label = "dns320:orange:r_hdd";
2013-12-04 16:51:39 +01:00
gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
2012-07-19 21:30:58 +01:00
};
orange-usb {
label = "dns320:orange:usb";
2013-12-04 16:51:39 +01:00
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; /* GPIO 35 */
2012-07-19 21:30:58 +01:00
};
};
2012-04-18 11:06:40 +01:00
ocp@f1000000 {
serial@12000 {
status = "okay";
};
serial@12100 {
status = "okay";
};
};
};