blob: d430713ea9b93c3fd746df1e3f4a92cf31796026 [file] [log] [blame]
Jamie Lentin9007d102012-04-18 11:06:40 +01001/dts-v1/;
2
Jamie Lentin5b60c142012-07-19 21:30:59 +01003/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";
20 white-power {
21 label = "dns325:white:power";
22 gpios = <&gpio0 26 1>; /* GPIO 26 Active Low */
23 linux,default-trigger = "default-on";
24 };
25 white-usb {
26 label = "dns325:white:usb";
27 gpios = <&gpio1 11 1>; /* GPIO 43 Active Low */
28 };
29 red-l_hdd {
30 label = "dns325:red:l_hdd";
31 gpios = <&gpio0 28 1>; /* GPIO 28 Active Low */
32 };
33 red-r_hdd {
34 label = "dns325:red:r_hdd";
35 gpios = <&gpio0 27 1>; /* GPIO 27 Active Low */
36 };
37 red-usb {
38 label = "dns325:red:usb";
39 gpios = <&gpio0 29 1>; /* GPIO 29 Active Low */
40 };
41 };
42
Jamie Lentin9007d102012-04-18 11:06:40 +010043 ocp@f1000000 {
Andrew Lunn55650d42012-07-16 12:19:34 +020044 i2c@11000 {
45 status = "okay";
46
47 lm75: lm75@48 {
48 compatible = "national,lm75";
49 reg = <0x48>;
50 };
51 };
Jamie Lentin9007d102012-04-18 11:06:40 +010052 serial@12000 {
53 clock-frequency = <200000000>;
54 status = "okay";
55 };
Jamie Lentin9007d102012-04-18 11:06:40 +010056 };
57};