ipq40xx: rutx10: Add missing variant to ath10k wifi
[openwrt/staging/svanheule.git] / target / linux / ipq40xx / files / arch / arm / boot / dts / qcom-ipq4018-rutx10.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qcom-ipq4018-rutx.dtsi"
4
5 / {
6 model = "Teltonika RUTX10";
7 compatible = "teltonika,rutx10";
8
9 soc {
10 leds {
11 compatible = "gpio-leds";
12
13 wifi2g {
14 label = "green:wifi2g";
15 gpios = <&stm32_io 19 GPIO_ACTIVE_HIGH>;
16 linux,default-trigger = "phy0tpt";
17 };
18
19 wifi5g {
20 label = "green:wifi5g";
21 gpios = <&stm32_io 18 GPIO_ACTIVE_HIGH>;
22 linux,default-trigger = "phy1tpt";
23 };
24 };
25 };
26 };
27
28 &wifi0 {
29 status = "okay";
30 qcom,ath10k-calibration-variant = "Teltonika-RUTX10";
31 };
32
33 &wifi1 {
34 status = "okay";
35 qcom,ath10k-calibration-variant = "Teltonika-RUTX10";
36 };