Skip to content

Commit

Permalink
Update mt7981b-routerich-ax3000.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
csharper2005 authored Oct 30, 2023
1 parent 0d1fb75 commit eb275b0
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions target/linux/mediatek/dts/mt7981b-routerich-ax3000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,21 @@
compatible = "gpio-leds";

led-0 {
label = "amber:wifi_5g";
color = <LED_COLOR_ID_AMBER>;
color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_WLAN;
function-enumerator = <0>;
gpios = <&pio 5 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy1tpt";
};

led-1 {
label = "amber:wan";
color = <LED_COLOR_ID_AMBER>;
color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_WAN;
function-enumerator = <0>;
gpios = <&pio 6 GPIO_ACTIVE_HIGH>;
};

led_status_blue: led-2 {
label = "blue:status";
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_STATUS;
function-enumerator = <0>;
Expand All @@ -75,39 +72,34 @@
};

led-3 {
label = "blue:lan1";
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_LAN;
function-enumerator = <0>;
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
};

led-4 {
label = "blue:lan2";
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_LAN;
function-enumerator = <1>;
gpios = <&pio 10 GPIO_ACTIVE_LOW>;
};

led-5 {
label = "blue:lan3";
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_LAN;
function-enumerator = <2>;
gpios = <&pio 11 GPIO_ACTIVE_LOW>;
};

led-6 {
label = "blue:wan";
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_WAN;
function-enumerator = <1>;
gpios = <&pio 12 GPIO_ACTIVE_LOW>;
};

led-7 {
label = "blue:wifi_2g";
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_WLAN;
function-enumerator = <1>;
Expand All @@ -116,7 +108,6 @@
};

led-8 {
label = "blue:mesh";
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_WLAN;
function-enumerator = <2>;
Expand Down

0 comments on commit eb275b0

Please sign in to comment.