Merge branch 'clksrc/cleanup' into next/multiplatform
[cascardo/linux.git] / arch / arm / boot / dts / kirkwood-dns320.dts
1 /dts-v1/;
2
3 /include/ "kirkwood-dnskw.dtsi"
4
5 / {
6         model = "D-Link DNS-320 NAS (Rev A1)";
7         compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
8
9         memory {
10                 device_type = "memory";
11                 reg = <0x00000000 0x8000000>;
12         };
13
14         chosen {
15                 bootargs = "console=ttyS0,115200n8 earlyprintk";
16         };
17
18         gpio-leds {
19                 compatible = "gpio-leds";
20                 blue-power {
21                         label = "dns320:blue:power";
22                         gpios = <&gpio0 26 1>; /* GPIO 26 Active Low */
23                         linux,default-trigger = "default-on";
24                 };
25                 blue-usb {
26                         label = "dns320:blue:usb";
27                         gpios = <&gpio1 11 1>; /* GPIO 43 Active Low */
28                 };
29                 orange-l_hdd {
30                         label = "dns320:orange:l_hdd";
31                         gpios = <&gpio0 28 1>; /* GPIO 28 Active Low */
32                 };
33                 orange-r_hdd {
34                         label = "dns320:orange:r_hdd";
35                         gpios = <&gpio0 27 1>; /* GPIO 27 Active Low */
36                 };
37                 orange-usb {
38                         label = "dns320:orange:usb";
39                         gpios = <&gpio1 3 1>; /* GPIO 35 Active Low */
40                 };
41         };
42
43         ocp@f1000000 {
44                 serial@12000 {
45                         status = "okay";
46                 };
47
48                 serial@12100 {
49                         status = "okay";
50                 };
51         };
52 };