ARM: ux500: enable AB8500 GPIO for HREF
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-dns320.dts
CommitLineData
9007d100
JL
1/dts-v1/;
2
5b60c145 3/include/ "kirkwood-dnskw.dtsi"
9007d100
JL
4
5/ {
6 model = "D-Link DNS-320 NAS (Rev A1)";
77843504 7 compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
9007d100
JL
8
9 memory {
10 device_type = "memory";
11 reg = <0x00000000 0x8000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
16 };
17
09059e9f
JL
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
9007d100
JL
43 ocp@f1000000 {
44 serial@12000 {
45 clock-frequency = <166666667>;
46 status = "okay";
47 };
48
49 serial@12100 {
50 clock-frequency = <166666667>;
51 status = "okay";
52 };
53 };
54};
This page took 0.077747 seconds and 5 git commands to generate.