Skip to content

Commit

Permalink
ipq40xx: enable WiFi LED for Teltonika RUTX50
Browse files Browse the repository at this point in the history
Enable activity on the WiFi LEDs of the Teltonika RUTX50
like other boards in the ipq40xx target.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Jan 13, 2025
1 parent 08c9351 commit 54463f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};

Expand Down

0 comments on commit 54463f1

Please sign in to comment.