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>
This commit is contained in:
parent
72731b445e
commit
c5287069ea
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue