summaryrefslogtreecommitdiffstats
path: root/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wxr-5950ax12.dts
blob: be9429ea394dbcd01648b4925d1a7a437a88a554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

/dts-v1/;

#include "ipq8074.dtsi"
#include "ipq8074-hk-cpu.dtsi"
#include "ipq8074-ess.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/input/input.h>

/ {
	model = "Buffalo WXR-5950AX12";
	compatible = "buffalo,wxr-5950ax12", "qcom,ipq8074";

	aliases {
		serial0 = &blsp1_uart5;
		led-boot = &led_power_white;
		led-failsafe = &led_power_red;
		led-running = &led_power_white;
		led-upgrade = &led_power_white;
		label-mac-device = &dp5_syn;
	};

	chosen {
		stdout-path = "serial0:115200n8";
		bootargs-append = " ubi.mtd=user_property root=/dev/ubiblock1_0";
	};

	leds {
		compatible = "gpio-leds";

		led-0 {
			label = "white:router";
			gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>;
			color = <LED_COLOR_ID_WHITE>;
		};

		led-1 {
			label = "red:router";
			gpios = <&tlmm 22 GPIO_ACTIVE_HIGH>;
			color = <LED_COLOR_ID_RED>;
		};

		led_power_red: led-2 {
			label = "red:power";
			gpios = <&tlmm 31 GPIO_ACTIVE_HIGH>;
			color = <LED_COLOR_ID_RED>;
			function = LED_FUNCTION_POWER;
		};

		led_power_white: led-3 {
			label = "white:power";
			gpios = <&tlmm 34 GPIO_ACTIVE_HIGH>;
			color = <LED_COLOR_ID_WHITE>;
			function = LED_FUNCTION_POWER;
		};

		led-4 {
			label = "white:internet";
			gpios = <&tlmm 43 GPIO_ACTIVE_HIGH>;
			color = <LED_COLOR_ID_WHITE>;
		};

		led-5 {
			label = "red:internet";
			gpios = <&tlmm 44 GPIO_ACTIVE_HIGH>;
			color = <LED_COLOR_ID_RED>;
		};

		led-6 {
			label = "red:wireless";
			gpios = <&tlmm 55 GPIO_ACTIVE_HIGH>;
			color = <LED_COLOR_ID_RED>;
			function = LED_FUNCTION_WLAN;
		};

		led-7 {
			label = "white:wireless";
			gpios = <&tlmm 56 GPIO_ACTIVE_HIGH>;
			color = <LED_COLOR_ID_WHITE>;
			function = LED_FUNCTION_WLAN;
		};
	};

	keys {
		compatible = "gpio-keys";

		/*
		 * mode: 3x position switch
		 *
		 * - ROUTER
		 * - AP
		 * - WB (Wireless Bridge)
		 */
		ap {
			label = "mode-ap";
			gpios = <&tlmm 29 GPIO_ACTIVE_LOW>;
			linux,code = <BTN_0>;
		};

		bridge {
			label = "mode-wb";
			gpios = <&tlmm 30 GPIO_ACTIVE_LOW>;
			linux,code = <BTN_1>;
		};

		/*
		 * op: 2x position switch
		 *
		 * - AUTO
		 * - MANUAL (select Router/AP/WB manually)
		 */
		manual {
			label = "op-manual";
			gpios = <&tlmm 52 GPIO_ACTIVE_LOW>;
			linux,code = <BTN_2>;
		};

		wps {
			label = "wps";
			gpios = <&tlmm 51 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_WPS_BUTTON>;
		};

		reset {
			label = "reset";
			gpios = <&tlmm 54 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_RESTART>;
		};
	};

	reg_usb_vbus: regulator-5v-vbus {
		compatible = "regulator-fixed";
		regulator-name = "vbus";
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		gpio = <&tlmm 64 GPIO_ACTIVE_HIGH>;
		enable-active-high;
		regulator-always-on;
	};
};

&tlmm {
	mdio_pins: mdio-pins {
		mdc {
			pins = "gpio68";
			function = "mdc";
			drive-strength = <8>;
			bias-pull-up;
		};

		mdio {
			pins = "gpio69";
			function = "mdio";
			drive-strength = <8>;
			bias-pull-up;
		};
	};
};

&blsp1_uart5 {
	status = "okay";
};

&prng {
	status = "okay";
};

&cryptobam {
	status = "okay";
};

&crypto {
	status = "okay";
};

&qpic_bam {
	status = "okay";
};

&qpic_nand {
	status = "okay";

	nand@0 {
		reg = <0>;
		nand-ecc-strength = <4>;
		nand-ecc-step-size = <512>;
		nand-bus-width = <8>;

		partitions {
			compatible = "qcom,smem-part";

			partition-0-appsblenv {
				compatible = "fixed-partitions";
				label = "0:appsblenv";
				read-only;
				#address-cells = <1>;
				#size-cells = <1>;

				partition@0 {
					compatible = "u-boot,env";
					label = "env-data";
					reg = <0x0 0x40000>;

					macaddr_appsblenv_ethaddr: ethaddr {
					};
				};
			};
		};
	};
};

&mdio {
	status = "okay";
	pinctrl-0 = <&mdio_pins>;
	pinctrl-names = "default";
	/*
	 * RESET pins of phy chips
	 *
	 * WXR-5950AX12 has 2x RESET pins for QCA8075 and AQR113C.
	 * The pin of QCA8075 is for the chip and not phys in the chip, the
	 * pin of AQR113C is for 2x chips. So both pins are not appropriate
	 * to declare them as reset-gpios in phy nodes.
	 * Multiple entries in reset-gpios of mdio may not be supported, but
	 * leave the following as-is to show that the those reset pin exists.
	 */
	reset-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>, /* QCA8075 RESET */
		      <&tlmm 63 GPIO_ACTIVE_LOW>; /* AQR113C RESET (2x) */

	aqr113c_1: ethernet-phy@0 {
		compatible = "ethernet-phy-ieee802.3-c45";
		reg = <0x0>;
	};

	aqr113c_2: ethernet-phy@8 {
		compatible = "ethernet-phy-ieee802.3-c45";
		reg = <0x8>;
	};

	qca8075_1: ethernet-phy@18 {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <0x18>;
	};

	qca8075_2: ethernet-phy@19 {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <0x19>;
	};

	qca8075_3: ethernet-phy@1a {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <0x1a>;
	};

	qca8075_4: ethernet-phy@1b {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <0x1b>;
	};

	qca8075_5: ethernet-phy@1c {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <0x1c>;
	};
};

&switch {
	status = "okay";

	switch_lan_bmp = <(ESS_PORT1 | ESS_PORT2 | ESS_PORT3 | ESS_PORT4 | ESS_PORT5)>;
	switch_wan_bmp = <ESS_PORT6>;
	switch_mac_mode = <MAC_MODE_QSGMII>;
	switch_mac_mode1 = <MAC_MODE_USXGMII>;
	switch_mac_mode2 = <MAC_MODE_USXGMII>;
	bm_tick_mode = <0>;
	tm_tick_mode = <0>;

	qcom,port_phyinfo {
		port@0 {
			port_id = <1>;
			phy_address = <0x18>;
		};

		port@1 {
			port_id = <2>;
			phy_address = <0x19>;
		};

		port@2 {
			port_id = <3>;
			phy_address = <0x1a>;
		};

		port@3 {
			port_id = <4>;
			phy_address = <0x1b>;
		};

		port@4 {
			port_id = <5>;
			ethernet-phy-ieee802.3-c45;
			phy_address = <0x0>;
		};

		port@5 {
			port_id = <6>;
			ethernet-phy-ieee802.3-c45;
			phy_address = <0x8>;
		};
	};
};

&edma {
	status = "okay";
};

&dp2 {
	status = "okay";
	phy-handle = <&qca8075_2>;
	label = "lan4";
	nvmem-cells = <&macaddr_appsblenv_ethaddr>;
	nvmem-cell-names = "mac-address";
};

&dp3 {
	status = "okay";
	phy-handle = <&qca8075_3>;
	label = "lan3";
	nvmem-cells = <&macaddr_appsblenv_ethaddr>;
	nvmem-cell-names = "mac-address";
};

&dp4 {
	status = "okay";
	phy-handle = <&qca8075_4>;
	label = "lan2";
	nvmem-cells = <&macaddr_appsblenv_ethaddr>;
	nvmem-cell-names = "mac-address";
};

&dp5_syn {
	status = "okay";
	phy-handle = <&aqr113c_1>;
	label = "wan";
	nvmem-cells = <&macaddr_appsblenv_ethaddr>;
	nvmem-cell-names = "mac-address";
};

&dp6_syn {
	status = "okay";
	phy-handle = <&aqr113c_2>;
	label = "lan1";
	nvmem-cells = <&macaddr_appsblenv_ethaddr>;
	nvmem-cell-names = "mac-address";
};

&ssphy_0 {
	status = "okay";
};

&qusb_phy_0 {
	status = "okay";
};

&usb_0 {
	status = "okay";

	vbus-supply = <&reg_usb_vbus>;
};

&wifi {
	status = "okay";

	qcom,ath11k-calibration-variant = "Buffalo-WXR-5950AX12";
};