ipq807x: rename target to qualcommax
[openwrt/staging/jow.git] / target / linux / qualcommax / files / arch / arm64 / boot / dts / qcom / ipq8071-ax3600.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /* Copyright (c) 2021, Robert Marko <robimarko@gmail.com> */
3
4 /dts-v1/;
5
6 #include "ipq8071-ax3600.dtsi"
7
8 / {
9 model = "Xiaomi AX3600";
10 compatible = "xiaomi,ax3600", "qcom,ipq8074";
11
12 leds {
13 compatible = "gpio-leds";
14
15 led_system_blue: system-blue {
16 label = "blue:system";
17 gpios = <&tlmm 42 GPIO_ACTIVE_HIGH>;
18 };
19
20 led_system_yellow: system-yellow {
21 label = "yellow:system";
22 gpios = <&tlmm 43 GPIO_ACTIVE_HIGH>;
23 };
24
25 network-yellow {
26 label = "yellow:network";
27 gpios = <&tlmm 22 GPIO_ACTIVE_HIGH>;
28 };
29
30 network-blue {
31 label = "blue:network";
32 gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>;
33 };
34
35 aiot {
36 label = "blue:aiot";
37 gpios = <&tlmm 51 GPIO_ACTIVE_HIGH>;
38 linux,default-trigger = "phy0tpt";
39 };
40 };
41 };
42
43 &pcie_qmp0 {
44 status = "okay";
45 };
46
47 &pcie0 {
48 status = "okay";
49
50 perst-gpio = <&tlmm 52 GPIO_ACTIVE_HIGH>;
51
52 bridge@0,0 {
53 reg = <0x00000000 0 0 0 0>;
54 #address-cells = <3>;
55 #size-cells = <2>;
56 ranges;
57
58 wifi0: wifi@1,0 {
59 status = "okay";
60
61 compatible = "qcom,ath10k";
62 reg = <0x00010000 0 0 0 0>;
63
64 qcom,ath10k-calibration-variant = "Xiaomi-AX3600";
65 nvmem-cell-names = "calibration";
66 nvmem-cells = <&caldata_qca9889>;
67 };
68 };
69 };
70
71 &wifi {
72 qcom,ath11k-calibration-variant = "Xiaomi-AX3600";
73 };