Add missing variant to ath10k wifi to allign to BDF changes for Teltonika RUTX10. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
37 lines
647 B
Plaintext
37 lines
647 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qcom-ipq4018-rutx.dtsi"
|
|
|
|
/ {
|
|
model = "Teltonika RUTX10";
|
|
compatible = "teltonika,rutx10";
|
|
|
|
soc {
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
wifi2g {
|
|
label = "green:wifi2g";
|
|
gpios = <&stm32_io 19 GPIO_ACTIVE_HIGH>;
|
|
linux,default-trigger = "phy0tpt";
|
|
};
|
|
|
|
wifi5g {
|
|
label = "green:wifi5g";
|
|
gpios = <&stm32_io 18 GPIO_ACTIVE_HIGH>;
|
|
linux,default-trigger = "phy1tpt";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&wifi0 {
|
|
status = "okay";
|
|
qcom,ath10k-calibration-variant = "Teltonika-RUTX10";
|
|
};
|
|
|
|
&wifi1 {
|
|
status = "okay";
|
|
qcom,ath10k-calibration-variant = "Teltonika-RUTX10";
|
|
};
|