blob: bf7fe8ab88f4353d0e1688d7fdf8cbd9718e1f7e [file] [log] [blame]
Jamie Lentin9007d102012-04-18 11:06:40 +01001/dts-v1/;
2
Ezequiel Garcia0ab61292013-07-26 10:18:02 -03003#include "kirkwood-dnskw.dtsi"
Jamie Lentin9007d102012-04-18 11:06:40 +01004
5/ {
6 model = "D-Link DNS-320 NAS (Rev A1)";
Andrew Lunn77843502012-07-18 19:22:54 +02007 compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
Jamie Lentin9007d102012-04-18 11:06:40 +01008
9 memory {
10 device_type = "memory";
11 reg = <0x00000000 0x8000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
16 };
17
Jamie Lentin09059e92012-07-19 21:30:58 +010018 gpio-leds {
19 compatible = "gpio-leds";
Thomas Petazzoni01369fe2013-05-24 11:44:39 +020020 pinctrl-0 = <&pmx_led_power &pmx_led_red_usb_320
21 &pmx_led_red_left_hdd &pmx_led_red_right_hdd
22 &pmx_led_white_usb>;
23 pinctrl-names = "default";
24
Jamie Lentin09059e92012-07-19 21:30:58 +010025 blue-power {
26 label = "dns320:blue:power";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010027 gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
Jason Cooperdcdf14c2013-10-14 17:37:55 +000028 default-state = "keep";
Jamie Lentin09059e92012-07-19 21:30:58 +010029 };
30 blue-usb {
31 label = "dns320:blue:usb";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010032 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
Jamie Lentin09059e92012-07-19 21:30:58 +010033 };
34 orange-l_hdd {
35 label = "dns320:orange:l_hdd";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010036 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
Jamie Lentin09059e92012-07-19 21:30:58 +010037 };
38 orange-r_hdd {
39 label = "dns320:orange:r_hdd";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010040 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
Jamie Lentin09059e92012-07-19 21:30:58 +010041 };
42 orange-usb {
43 label = "dns320:orange:usb";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010044 gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; /* GPIO 35 */
Jamie Lentin09059e92012-07-19 21:30:58 +010045 };
46 };
47
Jamie Lentin9007d102012-04-18 11:06:40 +010048 ocp@f1000000 {
49 serial@12000 {
Jamie Lentin9007d102012-04-18 11:06:40 +010050 status = "okay";
51 };
52
53 serial@12100 {
Thomas Petazzoni01369fe2013-05-24 11:44:39 +020054 pinctrl-0 = <&pmx_uart1>;
55 pinctrl-names = "default";
Jamie Lentin9007d102012-04-18 11:06:40 +010056 status = "okay";
57 };
Jamie Lentin9007d102012-04-18 11:06:40 +010058 };
59};