ipq806x: clean up dts files
[openwrt/openwrt.git] / target / linux / ipq806x / files / arch / arm / boot / dts / qcom-ipq8064-r7500v2.dts
1 #include "qcom-ipq8064-v1.0.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Netgear Nighthawk X4 R7500v2";
7 compatible = "netgear,r7500v2", "qcom,ipq8064";
8
9 memory@0 {
10 reg = <0x42000000 0x1e000000>;
11 device_type = "memory";
12 };
13
14 reserved-memory {
15 #address-cells = <1>;
16 #size-cells = <1>;
17 ranges;
18 rsvd@41200000 {
19 reg = <0x41200000 0x300000>;
20 no-map;
21 };
22
23 rsvd@5fe00000 {
24 reg = <0x5fe00000 0x200000>;
25 reusable;
26 };
27 };
28
29 aliases {
30 serial0 = &uart4;
31 mdio-gpio0 = &mdio0;
32
33 led-boot = &power;
34 led-failsafe = &power;
35 led-running = &power;
36 led-upgrade = &power;
37 };
38
39 chosen {
40 bootargs = "rootfstype=squashfs noinitrd";
41 linux,stdout-path = "serial0:115200n8";
42 };
43
44 soc {
45 pinmux@800000 {
46 button_pins: button_pins {
47 mux {
48 pins = "gpio6", "gpio54", "gpio65";
49 function = "gpio";
50 drive-strength = <2>;
51 bias-pull-up;
52 };
53 };
54
55 i2c4_pins: i2c4_pinmux {
56 mux {
57 pins = "gpio12", "gpio13";
58 function = "gsbi4";
59 drive-strength = <12>;
60 bias-disable;
61 };
62 };
63
64 led_pins: led_pins {
65 mux {
66 pins = "gpio7", "gpio8", "gpio9", "gpio22", "gpio23",
67 "gpio24","gpio26", "gpio53", "gpio64";
68 function = "gpio";
69 drive-strength = <2>;
70 bias-pull-up;
71 };
72 };
73
74 mdio0_pins: mdio0_pins {
75 mux {
76 pins = "gpio0", "gpio1";
77 function = "gpio";
78 drive-strength = <8>;
79 bias-disable;
80 };
81 };
82
83 nand_pins: nand_pins {
84 mux {
85 pins = "gpio34", "gpio35", "gpio36",
86 "gpio37", "gpio38", "gpio39",
87 "gpio40", "gpio41", "gpio42",
88 "gpio43", "gpio44", "gpio45",
89 "gpio46", "gpio47";
90 function = "nand";
91 drive-strength = <10>;
92 bias-disable;
93 };
94 pullups {
95 pins = "gpio39";
96 bias-pull-up;
97 };
98 hold {
99 pins = "gpio40", "gpio41", "gpio42",
100 "gpio43", "gpio44", "gpio45",
101 "gpio46", "gpio47";
102 bias-bus-hold;
103 };
104 };
105
106 rgmii2_pins: rgmii2_pins {
107 mux {
108 pins = "gpio27", "gpio28", "gpio29", "gpio30", "gpio31", "gpio32",
109 "gpio51", "gpio52", "gpio59", "gpio60", "gpio61", "gpio62" ;
110 function = "rgmii2";
111 drive-strength = <8>;
112 bias-disable;
113 };
114 };
115
116 usb0_pwr_en_pins: usb0_pwr_en_pins {
117 mux {
118 pins = "gpio15";
119 function = "gpio";
120 drive-strength = <12>;
121 bias-pull-down;
122 output-high;
123 };
124 };
125
126 usb1_pwr_en_pins: usb1_pwr_en_pins {
127 mux {
128 pins = "gpio16", "gpio68";
129 function = "gpio";
130 drive-strength = <12>;
131 bias-pull-down;
132 output-high;
133 };
134 };
135 };
136
137 gsbi@16300000 {
138 qcom,mode = <GSBI_PROT_I2C_UART>;
139 status = "ok";
140 serial@16340000 {
141 status = "ok";
142 };
143 /*
144 * The i2c device on gsbi4 should not be enabled.
145 * On ipq806x designs gsbi4 i2c is meant for exclusive
146 * RPM usage. Turning this on in kernel manifests as
147 * i2c failure for the RPM.
148 */
149 };
150
151 sata-phy@1b400000 {
152 status = "ok";
153 };
154
155 sata@29000000 {
156 status = "ok";
157 };
158
159 phy@100f8800 { /* USB3 port 1 HS phy */
160 status = "ok";
161 };
162
163 phy@100f8830 { /* USB3 port 1 SS phy */
164 status = "ok";
165 };
166
167 phy@110f8800 { /* USB3 port 0 HS phy */
168 status = "ok";
169 };
170
171 phy@110f8830 { /* USB3 port 0 SS phy */
172 status = "ok";
173 };
174
175 usb30@0 {
176 status = "ok";
177
178 pinctrl-0 = <&usb0_pwr_en_pins>;
179 pinctrl-names = "default";
180 };
181
182 usb30@1 {
183 status = "ok";
184
185 pinctrl-0 = <&usb1_pwr_en_pins>;
186 pinctrl-names = "default";
187 };
188
189 pcie0: pci@1b500000 {
190 status = "ok";
191 reset-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
192 pinctrl-0 = <&pcie0_pins>;
193 pinctrl-names = "default";
194 };
195
196 pcie1: pci@1b700000 {
197 status = "ok";
198 reset-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
199 pinctrl-0 = <&pcie1_pins>;
200 pinctrl-names = "default";
201 };
202
203 nand@1ac00000 {
204 status = "ok";
205
206 pinctrl-0 = <&nand_pins>;
207 pinctrl-names = "default";
208
209 nand-ecc-strength = <4>;
210 nand-bus-width = <8>;
211
212 #address-cells = <1>;
213 #size-cells = <1>;
214
215 qcadata@0 {
216 label = "qcadata";
217 reg = <0x0000000 0x0c80000>;
218 read-only;
219 };
220
221 APPSBL@c80000 {
222 label = "APPSBL";
223 reg = <0x0c80000 0x0500000>;
224 read-only;
225 };
226
227 APPSBLENV@1180000 {
228 label = "APPSBLENV";
229 reg = <0x1180000 0x0080000>;
230 read-only;
231 };
232
233 art: art@1200000 {
234 label = "art";
235 reg = <0x1200000 0x0140000>;
236 read-only;
237 };
238
239 artbak: art@1340000 {
240 label = "artbak";
241 reg = <0x1340000 0x0140000>;
242 read-only;
243 };
244
245 kernel@1480000 {
246 label = "kernel";
247 reg = <0x1480000 0x0200000>;
248 };
249
250 ubi@1680000 {
251 label = "ubi";
252 reg = <0x1680000 0x1E00000>;
253 };
254
255 netgear@3480000 {
256 label = "netgear";
257 reg = <0x3480000 0x4480000>;
258 read-only;
259 };
260
261 reserve@7900000 {
262 label = "reserve";
263 reg = <0x7900000 0x0700000>;
264 read-only;
265 };
266
267 firmware@1480000 {
268 label = "firmware";
269 reg = <0x1480000 0x2000000>;
270 };
271
272 };
273
274 mdio0: mdio {
275 compatible = "virtual,mdio-gpio";
276 #address-cells = <1>;
277 #size-cells = <0>;
278 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
279 pinctrl-0 = <&mdio0_pins>;
280 pinctrl-names = "default";
281
282 phy0: ethernet-phy@0 {
283 device_type = "ethernet-phy";
284 reg = <0>;
285 qca,ar8327-initvals = <
286 0x00004 0x7600000 /* PAD0_MODE */
287 0x00008 0x1000000 /* PAD5_MODE */
288 0x0000c 0x80 /* PAD6_MODE */
289 0x000e4 0xaa545 /* MAC_POWER_SEL */
290 0x000e0 0xc74164de /* SGMII_CTRL */
291 0x0007c 0x4e /* PORT0_STATUS */
292 0x00094 0x4e /* PORT6_STATUS */
293 >;
294 };
295
296 phy4: ethernet-phy@4 {
297 device_type = "ethernet-phy";
298 reg = <4>;
299 };
300 };
301
302 gmac1: ethernet@37200000 {
303 status = "ok";
304 phy-mode = "rgmii";
305 qcom,id = <1>;
306
307 pinctrl-0 = <&rgmii2_pins>;
308 pinctrl-names = "default";
309
310 mtd-mac-address = <&art 6>;
311
312 fixed-link {
313 speed = <1000>;
314 full-duplex;
315 };
316 };
317
318 gmac2: ethernet@37400000 {
319 status = "ok";
320 phy-mode = "sgmii";
321 qcom,id = <2>;
322
323 mtd-mac-address = <&art 0>;
324
325 fixed-link {
326 speed = <1000>;
327 full-duplex;
328 };
329 };
330
331 rpm@108000 {
332 pinctrl-0 = <&i2c4_pins>;
333 pinctrl-names = "default";
334 };
335 };
336
337 gpio-keys {
338 compatible = "gpio-keys";
339 pinctrl-0 = <&button_pins>;
340 pinctrl-names = "default";
341
342 wifi {
343 label = "wifi";
344 gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
345 linux,code = <KEY_RFKILL>;
346 };
347
348 reset {
349 label = "reset";
350 gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
351 linux,code = <KEY_RESTART>;
352 };
353
354 wps {
355 label = "wps";
356 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
357 linux,code = <KEY_WPS_BUTTON>;
358 };
359 };
360
361 gpio-leds {
362 compatible = "gpio-leds";
363 pinctrl-0 = <&led_pins>;
364 pinctrl-names = "default";
365
366 usb1 {
367 label = "r7500v2:amber:usb1";
368 gpios = <&qcom_pinmux 7 GPIO_ACTIVE_HIGH>;
369 };
370
371 usb3 {
372 label = "r7500v2:amber:usb3";
373 gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
374 };
375
376 status {
377 label = "r7500v2:amber:status";
378 gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>;
379 };
380
381 internet {
382 label = "r7500v2:white:internet";
383 gpios = <&qcom_pinmux 22 GPIO_ACTIVE_HIGH>;
384 };
385
386 wan {
387 label = "r7500v2:white:wan";
388 gpios = <&qcom_pinmux 23 GPIO_ACTIVE_HIGH>;
389 };
390
391 wps {
392 label = "r7500v2:white:wps";
393 gpios = <&qcom_pinmux 24 GPIO_ACTIVE_HIGH>;
394 };
395
396 esata {
397 label = "r7500v2:white:esata";
398 gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
399 };
400
401 power: power {
402 label = "r7500v2:white:power";
403 gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>;
404 default-state = "keep";
405 };
406
407 rfkill {
408 label = "r7500v2:white:rfkill";
409 gpios = <&qcom_pinmux 64 GPIO_ACTIVE_HIGH>;
410 };
411 };
412 };
413
414 &adm_dma {
415 status = "ok";
416 };