mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
ramips: add missing zbt-cpe102 diag led
Based on the userspace led configuration it's quite obvious that the 4g-0 led should be used for boot status indication. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
99045dfc59
commit
43df31f64d
@ -13,10 +13,15 @@
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
|
||||
|
||||
aliases {
|
||||
led-status = &led_4g_0;
|
||||
};
|
||||
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
4g-0 {
|
||||
led_4g_0: 4g-0 {
|
||||
label = "zbt-cpe102:green:4g-0";
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user