Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[sfrench/cifs-2.6.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                 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
25                 blue-power {
26                         label = "dns320:blue:power";
27                         gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
28                         default-state = "keep";
29                 };
30                 blue-usb {
31                         label = "dns320:blue:usb";
32                         gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
33                 };
34                 orange-l_hdd {
35                         label = "dns320:orange:l_hdd";
36                         gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
37                 };
38                 orange-r_hdd {
39                         label = "dns320:orange:r_hdd";
40                         gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
41                 };
42                 orange-usb {
43                         label = "dns320:orange:usb";
44                         gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; /* GPIO 35 */
45                 };
46         };
47
48         ocp@f1000000 {
49                 serial@12000 {
50                         status = "okay";
51                 };
52
53                 serial@12100 {
54                         pinctrl-0 = <&pmx_uart1>;
55                         pinctrl-names = "default";
56                         status = "okay";
57                 };
58         };
59 };