Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/lantiq' and 'spi/fix/pl022...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm47081-buffalo-wzr-600dhp2.dts
1 /*
2  * Broadcom BCM470X / BCM5301X ARM platform code.
3  * DTS for Buffalo WZR-600DHP2
4  *
5  * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com>
6  *
7  * Licensed under the GNU/GPL. See COPYING for details.
8  */
9
10 /dts-v1/;
11
12 #include "bcm47081.dtsi"
13 #include "bcm5301x-nand-cs0-bch8.dtsi"
14
15 / {
16         compatible = "buffalo,wzr-600dhp2", "brcm,bcm47081", "brcm,bcm4708";
17         model = "Buffalo WZR-600DHP2 (BCM47081)";
18
19         chosen {
20                 bootargs = "console=ttyS0,115200 earlycon";
21         };
22
23         memory {
24                 reg = <0x00000000 0x08000000
25                        0x88000000 0x08000000>;
26         };
27
28         spi {
29                 compatible = "spi-gpio";
30                 num-chipselects = <1>;
31                 gpio-sck = <&chipcommon 7 0>;
32                 gpio-mosi = <&chipcommon 4 0>;
33                 cs-gpios = <&chipcommon 6 0>;
34                 #address-cells = <1>;
35                 #size-cells = <0>;
36
37                 hc595: gpio_spi@0 {
38                         compatible = "fairchild,74hc595";
39                         reg = <0>;
40                         registers-number = <1>;
41                         spi-max-frequency = <100000>;
42
43                         gpio-controller;
44                         #gpio-cells = <2>;
45
46                 };
47         };
48
49         leds {
50                 compatible = "gpio-leds";
51
52                 power0 {
53                         label = "bcm53xx:green:power";
54                         gpios = <&hc595 1 GPIO_ACTIVE_HIGH>;
55                         linux,default-trigger = "default-on";
56                 };
57
58                 power1 {
59                         label = "bcm53xx:red:power";
60                         gpios = <&hc595 2 GPIO_ACTIVE_HIGH>;
61                         linux,default-trigger = "default-off";
62                 };
63
64                 router0 {
65                         label = "bcm53xx:green:router";
66                         gpios = <&hc595 3 GPIO_ACTIVE_HIGH>;
67                         linux,default-trigger = "default-on";
68                 };
69
70                 router1 {
71                         label = "bcm53xx:amber:router";
72                         gpios = <&hc595 4 GPIO_ACTIVE_HIGH>;
73                         linux,default-trigger = "default-off";
74                 };
75
76                 wan {
77                         label = "bcm53xx:green:wan";
78                         gpios = <&hc595 5 GPIO_ACTIVE_HIGH>;
79                         linux,default-trigger = "default-on";
80                 };
81
82                 wireless0 {
83                         label = "bcm53xx:green:wireless";
84                         gpios = <&hc595 6 GPIO_ACTIVE_HIGH>;
85                         linux,default-trigger = "default-off";
86                 };
87
88                 wireless1 {
89                         label = "bcm53xx:amber:wireless";
90                         gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
91                         linux,default-trigger = "default-off";
92                 };
93         };
94
95         gpio-keys {
96                 compatible = "gpio-keys";
97                 #address-cells = <1>;
98                 #size-cells = <0>;
99
100                 aoss {
101                         label = "AOSS";
102                         linux,code = <KEY_WPS_BUTTON>;
103                         gpios = <&chipcommon 9 GPIO_ACTIVE_LOW>;
104                 };
105
106                 restart {
107                         label = "Reset";
108                         linux,code = <KEY_RESTART>;
109                         gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
110                 };
111
112                 /* Switch device mode? */
113                 mode {
114                         label = "Mode";
115                         linux,code = <KEY_SETUP>;
116                         gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
117                 };
118
119                 eject {
120                         label = "USB eject";
121                         linux,code = <KEY_EJECTCD>;
122                         gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
123                 };
124         };
125 };