diff options
| author | Magnus Sandin | 2024-10-07 20:39:38 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-12 20:16:28 +0000 |
| commit | c5287069eacc1519789e767b61ff7daae9a7e7bf (patch) | |
| tree | e4ee188d00a600b9bc3dcfc49a86f87ca7982dc3 | |
| parent | 72731b445ee352cbd08f8630379c760e54243d20 (diff) | |
| download | openwrt-c5287069eacc1519789e767b61ff7daae9a7e7bf.tar.gz | |
mediatek: ASUS TUF-AX6000: Add Green & Red LEDs
Beside the already existing control of the
Blue cover LED, this will also add the
Green and the Red cover LEDS available in the
Asus TUF-AX6000.
Signed-off-by: Magnus Sandin <magnus.sandin@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16632
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts b/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts index 891d56853b..957d8deebb 100644 --- a/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts +++ b/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts @@ -70,6 +70,16 @@ label = "blue:cover"; gpios = <&pio 20 GPIO_ACTIVE_HIGH>; }; + + cover-red { + label = "red:cover"; + gpios = <&pio 21 GPIO_ACTIVE_HIGH>; + }; + + cover-green { + label = "green:cover"; + gpios = <&pio 22 GPIO_ACTIVE_HIGH>; + }; }; reg_3p3v: regulator-3p3v { |