59d5d3ec3d769ae0c7e36921b9bb9b896e12960d
[openwrt/openwrt.git] / target / linux / ipq806x / files-5.15 / arch / arm / boot / dts / qcom-ipq8064-g10.dts
1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-ipq8064-v2.0-smb208.dtsi"
3
4 #include <dt-bindings/input/input.h>
5 #include <dt-bindings/soc/qcom,tcsr.h>
6
7 / {
8 compatible = "asrock,g10", "qcom,ipq8064";
9 model = "ASRock G10";
10
11 aliases {
12 ethernet0 = &gmac1;
13 ethernet1 = &gmac0;
14
15 led-boot = &led_status_blue;
16 led-failsafe = &led_status_amber;
17 led-running = &led_status_blue;
18 led-upgrade = &led_status_amber;
19 };
20
21 chosen {
22 bootargs-override = "console=ttyMSM0,115200n8";
23 };
24
25 leds {
26 compatible = "gpio-leds";
27
28 pinctrl-0 = <&led_pins>;
29 pinctrl-names = "default";
30
31 /*
32 * this is a bit misleading. Because there are about seven
33 * multicolor LEDs connected all wired together in parallel.
34 */
35
36 status_yellow {
37 label = "yellow:status";
38 gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
39 };
40
41 led_status_amber: status_amber {
42 label = "amber:status";
43 gpios = <&qcom_pinmux 7 GPIO_ACTIVE_HIGH>;
44 };
45
46 led_status_blue: status_blue {
47 label = "blue:status";
48 gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>;
49 };
50
51 /*
52 * LED is declared in vendors boardfile but it's not
53 * working and the manual doesn't mention anything
54 * about the LED being white.
55
56 status_white {
57 label = "white:status";
58 gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
59 };
60 */
61 };
62
63 i2c-gpio {
64 #address-cells = <1>;
65 #size-cells = <0>;
66
67 compatible = "i2c-gpio";
68 gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>, /* sda */
69 <&qcom_pinmux 54 GPIO_ACTIVE_HIGH>; /* scl */
70 i2c-gpio,delay-us = <5>;
71 i2c-gpio,scl-output-only;
72
73 mcu@50 {
74 reg = <0x50>;
75 compatible = "sonix,sn8f25e21";
76 };
77 };
78
79 keys {
80 compatible = "gpio-keys";
81
82 pinctrl-0 = <&button_pins>;
83 pinctrl-names = "default";
84
85 ir-remote {
86 label = "ir-remote";
87 gpios = <&qcom_pinmux 15 GPIO_ACTIVE_LOW>;
88 linux,code = <BTN_0>;
89 debounce-interval = <60>;
90 wakeup-source;
91 };
92
93 reset {
94 label = "reset";
95 gpios = <&qcom_pinmux 16 GPIO_ACTIVE_LOW>;
96 linux,code = <KEY_RESTART>;
97 debounce-interval = <60>;
98 wakeup-source;
99 };
100
101 wps5g {
102 label = "wps5g";
103 gpios = <&qcom_pinmux 64 GPIO_ACTIVE_LOW>;
104 linux,code = <KEY_WPS_BUTTON>;
105 debounce-interval = <60>;
106 wakeup-source;
107 };
108
109 wps2g {
110 label = "wps2g";
111 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
112 linux,code = <KEY_WPS_BUTTON>;
113 debounce-interval = <60>;
114 wakeup-source;
115 };
116 };
117 };
118
119 &adm_dma {
120 status = "okay";
121 };
122
123 &gmac1 {
124 status = "okay";
125
126 pinctrl-0 = <&rgmii2_pins>;
127 pinctrl-names = "default";
128
129 phy-mode = "rgmii";
130 qcom,id = <1>;
131
132 fixed-link {
133 speed = <1000>;
134 full-duplex;
135 };
136 };
137
138 &gmac2 {
139 status = "okay";
140
141 phy-mode = "sgmii";
142 qcom,id = <2>;
143
144 fixed-link {
145 speed = <1000>;
146 full-duplex;
147 };
148 };
149
150 &gsbi4_serial {
151 pinctrl-0 = <&uart0_pins>;
152 pinctrl-names = "default";
153 };
154
155 &mdio0 {
156 status = "okay";
157
158 pinctrl-0 = <&mdio0_pins>;
159 pinctrl-names = "default";
160
161 switch@10 {
162 compatible = "qca,qca8337";
163 #address-cells = <1>;
164 #size-cells = <0>;
165 reg = <0x10>;
166
167 qca8k,rgmii56_1_8v;
168
169 ports {
170 #address-cells = <1>;
171 #size-cells = <0>;
172
173 port@0 {
174 reg = <0>;
175 label = "cpu";
176 ethernet = <&gmac1>;
177 phy-mode = "rgmii-id";
178
179 fixed-link {
180 speed = <1000>;
181 full-duplex;
182 };
183 };
184
185 port@1 {
186 reg = <1>;
187 label = "lan1";
188 };
189
190 port@2 {
191 reg = <2>;
192 label = "lan2";
193 };
194
195 port@3 {
196 reg = <3>;
197 label = "lan3";
198 };
199
200 port@4 {
201 reg = <4>;
202 label = "lan4";
203 };
204
205 port@5 {
206 reg = <5>;
207 label = "wan";
208 };
209
210 /*
211 port@6 {
212 reg = <0>;
213 label = "cpu";
214 ethernet = <&gmac2>;
215 phy-mode = "rgmii";
216
217 fixed-link {
218 speed = <1000>;
219 full-duplex;
220 pause;
221 asym-pause;
222 };
223 };
224 */
225 };
226 };
227 };
228
229 &nand {
230 status = "okay";
231
232 nand@0 {
233 reg = <0>;
234 compatible = "qcom,nandcs";
235
236 nand-ecc-strength = <4>;
237 nand-bus-width = <8>;
238 nand-ecc-step-size = <512>;
239
240 nand-is-boot-medium;
241 qcom,boot-partitions = <0x0 0x1200000>;
242
243 partitions {
244 compatible = "qcom,smem-part";
245 };
246 };
247 };
248
249 &pcie0 {
250 status = "okay";
251
252 bridge@0,0 {
253 reg = <0x00000000 0 0 0 0>;
254 #address-cells = <3>;
255 #size-cells = <2>;
256 ranges;
257
258 wifi5g: wifi@1,0 {
259 reg = <0x00010000 0 0 0 0>;
260 compatible = "qcom,ath10k";
261 qcom,ath10k-calibration-variant = "ASRock-G10";
262 };
263 };
264 };
265
266 &pcie1 {
267 status = "okay";
268
269 bridge@0,0 {
270 reg = <0x00000000 0 0 0 0>;
271 #address-cells = <3>;
272 #size-cells = <2>;
273 ranges;
274
275 wifi2g: wifi@1,0 {
276 reg = <0x00010000 0 0 0 0>;
277 compatible = "qcom,ath10k";
278 qcom,ath10k-calibration-variant = "ASRock-G10";
279 };
280 };
281 };
282
283 &qcom_pinmux {
284 led_pins: led_pins {
285 mux {
286 pins = "gpio7", "gpio8", "gpio9", "gpio26";
287 function = "gpio";
288 drive-strength = <2>;
289 bias-pull-up;
290 };
291 };
292
293 button_pins: button_pins {
294 mux {
295 pins = "gpio15", "gpio16", "gpio64", "gpio65";
296 function = "gpio";
297 drive-strength = <2>;
298 bias-pull-up;
299 };
300 };
301
302 uart0_pins: uart0_pins {
303 mux {
304 pins = "gpio10", "gpio11";
305 function = "gsbi4";
306 drive-strength = <10>;
307 bias-disable;
308 };
309 };
310 };
311
312 &rpm {
313 pinctrl-0 = <&i2c4_pins>;
314 pinctrl-names = "default";
315 };
316
317 &hs_phy_0 {
318 status = "okay";
319 };
320
321 &ss_phy_0 {
322 status = "okay";
323 };
324
325 &usb3_0 {
326 status = "okay";
327 };
328
329 &hs_phy_1 {
330 status = "okay";
331 };
332
333 &ss_phy_1 {
334 status = "okay";
335 };
336
337 &usb3_1 {
338 status = "okay";
339 };
340
341 &tcsr {
342 qcom,usb-ctrl-select = <TCSR_USB_SELECT_USB3_DUAL>;
343 };
344
345 /delete-node/ &pcie2_pins;
346 /delete-node/ &pcie2;