mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
mediatek: add led aliases for GL.iNet GL-MT6000
This commit is contained in:
parent
104c0575ef
commit
8a4651f110
@ -12,6 +12,10 @@
|
||||
compatible = "glinet,gl-mt6000", "mediatek,mt7986a";
|
||||
|
||||
aliases {
|
||||
led-boot = &led_run;
|
||||
led-failsafe = &led_run;
|
||||
led-running = &led_white;
|
||||
led-upgrade = &led_run;
|
||||
serial0 = &uart0;
|
||||
};
|
||||
|
||||
@ -57,7 +61,7 @@
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
led@1 {
|
||||
led_white: system {
|
||||
label = "white:system";
|
||||
gpios = <&pio 37 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user