ipq40xx: enable WiFi LED for Teltonika RUTX50

Enable activity on the WiFi LEDs of the Teltonika RUTX50
like other boards in the ipq40xx target.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 54463f1e2e)
This commit is contained in:
David Bauer
2025-01-13 15:18:51 +01:00
parent cab22784b1
commit 0a21ab7312

View File

@@ -103,11 +103,13 @@
led-10 {
label = "green:wifi2g";
gpios = <&shift_io 12 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy0tpt";
};
led-11 {
label = "green:wifi5g";
gpios = <&shift_io 13 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy1tpt";
};
};