blob: 5119fb8a8eb6203c5743294246bdd62731da7523 [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-325 NAS (Rev A1)";
Andrew Lunn77843502012-07-18 19:22:54 +02007 compatible = "dlink,dns-325-a1", "dlink,dns-325", "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 0x10000000>;
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_325
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 white-power {
26 label = "dns325:white:power";
27 gpios = <&gpio0 26 1>; /* GPIO 26 Active Low */
28 linux,default-trigger = "default-on";
29 };
30 white-usb {
31 label = "dns325:white:usb";
32 gpios = <&gpio1 11 1>; /* GPIO 43 Active Low */
33 };
34 red-l_hdd {
35 label = "dns325:red:l_hdd";
36 gpios = <&gpio0 28 1>; /* GPIO 28 Active Low */
37 };
38 red-r_hdd {
39 label = "dns325:red:r_hdd";
40 gpios = <&gpio0 27 1>; /* GPIO 27 Active Low */
41 };
42 red-usb {
43 label = "dns325:red:usb";
44 gpios = <&gpio0 29 1>; /* GPIO 29 Active Low */
45 };
46 };
47
Jamie Lentin9007d102012-04-18 11:06:40 +010048 ocp@f1000000 {
Andrew Lunn55650d42012-07-16 12:19:34 +020049 i2c@11000 {
50 status = "okay";
51
52 lm75: lm75@48 {
53 compatible = "national,lm75";
54 reg = <0x48>;
55 };
56 };
Jamie Lentin9007d102012-04-18 11:06:40 +010057 serial@12000 {
Jamie Lentin9007d102012-04-18 11:06:40 +010058 status = "okay";
59 };
Jamie Lentin9007d102012-04-18 11:06:40 +010060 };
61};