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 eb275b0 commit 50975ad
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions target/linux/mediatek/dts/mt7981b-routerich-ax3000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,66 +51,62 @@
led-0 {
color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_WLAN;
function-enumerator = <0>;
function-enumerator = <50>;
gpios = <&pio 5 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy1tpt";
};

led-1 {
color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_WAN;
function-enumerator = <0>;
gpios = <&pio 6 GPIO_ACTIVE_HIGH>;
};

led_status_blue: led-2 {
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_STATUS;
function-enumerator = <0>;
gpios = <&pio 7 GPIO_ACTIVE_LOW>;
panic-indicator;
};

led-3 {
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_LAN;
function-enumerator = <0>;
function-enumerator = <1>;
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
};

led-4 {
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_LAN;
function-enumerator = <1>;
function-enumerator = <2>;
gpios = <&pio 10 GPIO_ACTIVE_LOW>;
};

led-5 {
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_LAN;
function-enumerator = <2>;
function-enumerator = <3>;
gpios = <&pio 11 GPIO_ACTIVE_LOW>;
};

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

led-7 {
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_WLAN;
function-enumerator = <1>;
function-enumerator = <24>;
gpios = <&pio 34 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};

led-8 {
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_WLAN;
function-enumerator = <2>;
function = LED_FUNCTION_WPS;
gpios = <&pio 35 GPIO_ACTIVE_LOW>;
};
};
Expand Down

0 comments on commit 50975ad

Please sign in to comment.