d1d632568c6c9b793e50c89a2997f9616925d254
[openwrt/openwrt.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 };