62e1427b3f1076072301e14b6c26aead71235bd4
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm4708-buffalo-wzr-1750dhp.dts
1 /*
2  * Broadcom BCM470X / BCM5301X ARM platform code.
3  * DTS for Buffalo WZR-1750DHP
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 "bcm4708.dtsi"
13 #include "bcm5301x-nand-cs0-bch8.dtsi"
14
15 / {
16         compatible = "buffalo,wzr-1750dhp", "brcm,bcm4708";
17         model = "Buffalo WZR-1750DHP (BCM4708)";
18
19         chosen {
20                 bootargs = "console=ttyS0,115200 earlycon";
21         };
22
23         memory {
24                 reg = <0x00000000 0x08000000
25                        0x88000000 0x18000000>;
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                 usb {
53                         label = "bcm53xx:blue:usb";
54                         gpios = <&hc595 0 GPIO_ACTIVE_HIGH>;
55                 };
56
57                 power0 {
58                         label = "bcm53xx:red:power";
59                         gpios = <&hc595 1 GPIO_ACTIVE_HIGH>;
60                 };
61
62                 power1 {
63                         label = "bcm53xx:white:power";
64                         gpios = <&hc595 2 GPIO_ACTIVE_HIGH>;
65                         linux,default-trigger = "default-on";
66                 };
67
68                 router0 {
69                         label = "bcm53xx:blue:router";
70                         gpios = <&hc595 3 GPIO_ACTIVE_HIGH>;
71                         linux,default-trigger = "default-on";
72                 };
73
74                 router1 {
75                         label = "bcm53xx:amber:router";
76                         gpios = <&hc595 4 GPIO_ACTIVE_HIGH>;
77                 };
78
79                 wan {
80                         label = "bcm53xx:blue:wan";
81                         gpios = <&hc595 5 GPIO_ACTIVE_HIGH>;
82                         linux,default-trigger = "default-on";
83                 };
84
85                 wireless0 {
86                         label = "bcm53xx:blue:wireless";
87                         gpios = <&hc595 6 GPIO_ACTIVE_HIGH>;
88                 };
89
90                 wireless1 {
91                         label = "bcm53xx:amber:wireless";
92                         gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
93                 };
94         };
95
96         gpio-keys {
97                 compatible = "gpio-keys";
98                 #address-cells = <1>;
99                 #size-cells = <0>;
100
101                 restart {
102                         label = "Reset";
103                         linux,code = <KEY_RESTART>;
104                         gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
105                 };
106
107                 aoss {
108                         label = "AOSS";
109                         linux,code = <KEY_WPS_BUTTON>;
110                         gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>;
111                 };
112
113                 /* Commit mode set by switch? */
114                 mode {
115                         label = "Mode";
116                         linux,code = <KEY_SETUP>;
117                         gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
118                 };
119
120                 /* Switch: AP mode */
121                 sw_ap {
122                         label = "AP";
123                         linux,code = <BTN_0>;
124                         gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
125                 };
126
127                 eject {
128                         label = "USB eject";
129                         linux,code = <KEY_EJECTCD>;
130                         gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
131                 };
132         };
133 };
134
135 &usb2 {
136         vcc-gpio = <&chipcommon 9 GPIO_ACTIVE_HIGH>;
137 };
138
139 &usb3 {
140         vcc-gpio = <&chipcommon 10 GPIO_ACTIVE_LOW>;
141 };
142
143 &spi_nor {
144         status = "okay";
145 };