685e4243ddbf9411e428f8a79736237af691209f
[openwrt/staging/nbd.git] / target / linux / qualcommax / files / arch / arm64 / boot / dts / qcom / ipq8074-wax630.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 /dts-v1/;
4
5 #include "ipq8074.dtsi"
6 #include "ipq8074-hk-cpu.dtsi"
7 #include "ipq8074-ess.dtsi"
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/leds/common.h>
11
12 / {
13 model = "Netgear WAX630";
14 compatible = "netgear,wax630", "qcom,ipq8074";
15
16 aliases {
17 serial0 = &blsp1_uart5;
18
19 ethernet0 = &dp6_syn;
20 ethernet1 = &dp4;
21 label-mac-device = &dp6_syn;
22
23 led-boot = &led_system_blue;
24 led-failsafe = &led_system_red;
25 led-running = &led_system_green;
26 led-upgrade = &led_system_blue;
27 };
28
29 chosen {
30 stdout-path = "serial0:115200n8";
31 bootargs-append = " root=/dev/ubiblock0_1";
32 };
33
34 keys {
35 compatible = "gpio-keys";
36
37 reset {
38 label = "reset";
39 gpios = <&tlmm 54 GPIO_ACTIVE_LOW>;
40 linux,code = <KEY_RESTART>;
41 };
42 };
43
44 led-spi {
45 compatible = "spi-gpio";
46 #address-cells = <1>;
47 #size-cells = <0>;
48
49 sck-gpios = <&tlmm 18 GPIO_ACTIVE_HIGH>;
50 mosi-gpios = <&tlmm 19 GPIO_ACTIVE_HIGH>;
51
52 led_gpio: led-gpio@0 {
53 compatible = "fairchild,74hc595";
54 reg = <0>;
55 gpio-controller;
56 #gpio-cells = <2>;
57 registers-number = <1>;
58 enable-gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
59 spi-max-frequency = <1000000>;
60 };
61 };
62
63 leds {
64 compatible = "gpio-leds";
65
66 led_system_red: system-red {
67 label = "system:red";
68 gpios = <&tlmm 22 GPIO_ACTIVE_LOW>;
69 default-state = "off";
70 };
71
72 led_system_green: system-green {
73 label = "system:green";
74 gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
75 default-state = "off";
76 };
77
78 led_system_blue: system-blue {
79 label = "system:blue";
80 gpios = <&tlmm 21 GPIO_ACTIVE_LOW>;
81 default-state = "off";
82 };
83
84 lan1-green {
85 label = "lan1:green";
86 gpios = <&tlmm 26 GPIO_ACTIVE_LOW>;
87 default-state = "off";
88 };
89
90 lan1-orange {
91 label = "lan1:orange";
92 gpios = <&tlmm 27 GPIO_ACTIVE_LOW>;
93 default-state = "off";
94 };
95
96 lan2-green {
97 label = "lan2:green";
98 gpios = <&tlmm 57 GPIO_ACTIVE_LOW>;
99 default-state = "off";
100 };
101
102 lan2-orange {
103 label = "lan2:orange";
104 gpios = <&tlmm 60 GPIO_ACTIVE_LOW>;
105 default-state = "off";
106 };
107
108 2g-blue {
109 label = "wlan2g:blue";
110 gpios = <&tlmm 29 GPIO_ACTIVE_LOW>;
111 default-state = "off";
112 };
113
114 2g-green {
115 label = "wlan2g:green";
116 gpios = <&tlmm 30 GPIO_ACTIVE_LOW>;
117 default-state = "off";
118 };
119
120 5g-low-blue {
121 label = "wlan5g_low:blue";
122 gpios = <&tlmm 33 GPIO_ACTIVE_LOW>;
123 default-state = "off";
124 };
125
126 5g-low-green {
127 label = "wlan5g_low:green";
128 gpios = <&tlmm 34 GPIO_ACTIVE_LOW>;
129 default-state = "off";
130 };
131
132 5g-high-blue {
133 label = "wlan5g_high:blue";
134 gpios = <&tlmm 31 GPIO_ACTIVE_LOW>;
135 default-state = "off";
136 };
137
138 5g-high-green {
139 label = "wlan5g_high:green";
140 gpios = <&tlmm 32 GPIO_ACTIVE_LOW>;
141 default-state = "off";
142 };
143
144 };
145 };
146
147 &edma {
148 status = "okay";
149 };
150
151 &switch {
152 status = "okay";
153
154 switch_lan_bmp = <(ESS_PORT4 | ESS_PORT6)>;
155 switch_mac_mode = <MAC_MODE_PSGMII>;
156 switch_mac_mode2 = <MAC_MODE_USXGMII>;
157
158 qcom,port_phyinfo {
159 port@4 {
160 port_id = <4>;
161 phy_address = <3>;
162 };
163
164 port@6 {
165 port_id = <6>;
166 phy_address = <28>;
167 port_mac_sel = "QGMAC_PORT";
168 };
169 };
170 };
171
172 &tlmm {
173 mdio_pins: mdio-pins {
174 mdc {
175 pins = "gpio68";
176 function = "mdc";
177 drive-strength = <8>;
178 bias-pull-up;
179 };
180
181 mdio {
182 pins = "gpio69";
183 function = "mdio";
184 drive-strength = <8>;
185 bias-pull-up;
186 };
187 };
188 };
189
190 &mdio {
191 status = "okay";
192
193 pinctrl-0 = <&mdio_pins>;
194 pinctrl-names = "default";
195 reset-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>;
196
197 qca8075: ethernet-phy@3 {
198 compatible = "ethernet-phy-ieee802.3-c22";
199 reg = <3>;
200 };
201
202 qca8081: ethernet-phy@28 {
203 compatible = "ethernet-phy-id004d.d101";
204 reg = <28>;
205 reset-gpios = <&tlmm 25 GPIO_ACTIVE_LOW>;
206 };
207 };
208
209 &dp4 {
210 status = "okay";
211 phy-handle = <&qca8075>;
212 label = "lan2";
213 };
214
215 &dp6_syn {
216 status = "okay";
217 phy-handle = <&qca8081>;
218 label = "lan1";
219 };
220
221 &qpic_bam {
222 status = "okay";
223 };
224
225 &qpic_nand {
226 status = "okay";
227
228 nand@0 {
229 reg = <0>;
230 nand-ecc-strength = <4>;
231 nand-ecc-step-size = <512>;
232 nand-bus-width = <8>;
233
234 partitions {
235 compatible = "qcom,smem-part";
236 };
237 };
238 };
239
240 &blsp1_uart5 {
241 status = "okay";
242 };
243
244 &wifi {
245 status = "okay";
246
247 qcom,ath11k-calibration-variant = "Netgear-WAX630";
248 };