lantiq: kernel 4.14: update dts files
[openwrt/openwrt.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / ARV7518PW.dts
1 /dts-v1/;
2
3 #include "danube.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 compatible = "arcadyan,arv7518pw", "lantiq,xway", "lantiq,danube";
9 model = "Astoria Networks ARV7518PW";
10
11 chosen {
12 bootargs = "console=ttyLTQ0,115200";
13 };
14
15 aliases {
16 led-boot = &power_green;
17 led-failsafe = &power_red;
18 led-running = &power_green;
19
20 led-dsl = &dsl;
21 led-internet = &online_green;
22 led-usb = &led_usb;
23 led-wifi = &wifi;
24 };
25
26 memory@0 {
27 reg = <0x0 0x4000000>;
28 };
29
30 gpio-keys-polled {
31 compatible = "gpio-keys-polled";
32 #address-cells = <1>;
33 #size-cells = <0>;
34 poll-interval = <100>;
35
36 rfkill {
37 label = "rfkill";
38 gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
39 linux,code = <KEY_RFKILL>;
40 };
41 reset {
42 label = "reset";
43 gpios = <&gpio 30 GPIO_ACTIVE_LOW>;
44 linux,code = <KEY_RESTART>;
45 };
46 };
47
48 gpio-leds {
49 compatible = "gpio-leds";
50 power_green: power {
51 label = "arv7518pw:green:power";
52 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
53 default-state = "keep";
54 };
55 dsl: dsl {
56 label = "arv7518pw:green:dsl";
57 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
58 };
59 online_green: online {
60 label = "arv7518pw:green:internet";
61 gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
62 };
63 wifi: wifi {
64 label = "arv7518pw:green:wlan";
65 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
66 };
67 power_red: power2 {
68 label = "arv7518pw:red:power";
69 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
70 };
71 online2 {
72 label = "arv7518pw:red:internet";
73 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
74 };
75 led_usb: usb {
76 label = "arv7518pw:green:usb";
77 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
78 };
79 voice {
80 label = "arv7518pw:green:voip";
81 gpios = <&gpiomm 0 GPIO_ACTIVE_LOW>;
82 };
83 fxs1 {
84 label = "arv7518pw:green:phone1";
85 gpios = <&gpiomm 1 GPIO_ACTIVE_LOW>;
86 };
87 fxs2 {
88 label = "arv7518pw:green:phone2";
89 gpios = <&gpiomm 2 GPIO_ACTIVE_LOW>;
90 };
91 unlabeled {
92 label = "arv7518pw:amber:unlabeled";
93 gpios = <&gpiomm 3 GPIO_ACTIVE_LOW>;
94 };
95 wps {
96 label = "arv7518pw:amber:wps";
97 gpios = <&gpiomm 4 GPIO_ACTIVE_LOW>;
98 };
99 wps2 {
100 label = "arv7518pw:green:wps";
101 gpios = <&gpiomm 5 GPIO_ACTIVE_LOW>;
102 };
103 wps3 {
104 label = "arv7518pw:red:wps";
105 gpios = <&gpiomm 6 GPIO_ACTIVE_LOW>;
106 };
107 };
108 };
109
110 &gpio {
111 pinctrl-names = "default";
112 pinctrl-0 = <&state_default>;
113
114 state_default: pinmux {
115 ebu {
116 lantiq,groups = "ebu cs1";
117 lantiq,function = "ebu";
118 };
119 pci_in {
120 lantiq,groups = "req1";
121 lantiq,function = "pci";
122 lantiq,open-drain = <1>;
123 lantiq,pull = <2>;
124 lantiq,output = <0>;
125 };
126 pci_out {
127 lantiq,groups = "gnt1";
128 lantiq,function = "pci";
129 lantiq,pull = <0>;
130 lantiq,output = <1>;
131 };
132 pci_rst {
133 lantiq,pins = "io21";
134 lantiq,pull = <2>;
135 lantiq,output = <1>;
136 };
137 leds {
138 lantiq,pins = "io2", "io4", "io5", "io6", "io7", "io8", "io19";
139 lantiq,output = <1>;
140 };
141 keys {
142 lantiq,pins = "io28", "io30";
143 lantiq,output = <0>;
144 lantiq,pull = <2>;
145 lantiq,open-drain = <1>;
146 };
147 };
148
149 usb_vbus: regulator-usb-vbus {
150 compatible = "regulator-fixed";
151
152 regulator-name = "USB_VBUS";
153
154 regulator-min-microvolt = <5000000>;
155 regulator-max-microvolt = <5000000>;
156
157 gpio = <&gpio 14 GPIO_ACTIVE_HIGH>;
158 enable-active-high;
159 };
160 };
161
162 &gpiomm {
163 status = "okay";
164 lantiq,shadow = <0x0>;
165 };
166
167 /*
168 #define SWITCH_RESET 13
169 */
170 &gsw {
171 phy-mode = "mii";
172 mtd-mac-address = <&boardconfig 0x16>;
173 };
174
175 &localbus {
176 nor@0 {
177 compatible = "lantiq,nor";
178 bank-width = <2>;
179 reg = <0 0x0 0x2000000>;
180 #address-cells = <1>;
181 #size-cells = <1>;
182
183 partitions {
184 compatible = "fixed-partitions";
185 #address-cells = <1>;
186 #size-cells = <1>;
187
188 partition@0 {
189 label = "uboot";
190 reg = <0x00000 0x10000>;
191 read-only;
192 };
193
194 partition@10000 {
195 label = "uboot_env";
196 reg = <0x10000 0x10000>;
197 };
198
199 partition@20000 {
200 label = "firmware";
201 reg = <0x20000 0x7d0000>;
202 };
203
204 boardconfig: partition@400000 {
205 label = "boardconfig";
206 reg = <0x7f0000 0x10000>;
207 read-only;
208 };
209 };
210 };
211 };
212
213 &pci0 {
214 status = "okay";
215 gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
216 lantiq,external-clock;
217 req-mask = <0xf>;
218
219 wifi@168c,0029 {
220 compatible = "pci168c,0029";
221 reg = <0x7000 0 0 0 0>;
222 qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
223 mtd-mac-address = <&boardconfig 0x16>;
224 mtd-mac-address-increment = <1>;
225 };
226 };
227
228 &usb_phy {
229 status = "okay";
230 phy-supply = <&usb_vbus>;
231 };
232
233 &usb {
234 status = "okay";
235 };
236
237 &vmmc {
238 status = "okay";
239 };