Enable leds for VSATV102 in dts.
Differential Revision: https://reviews.freebsd.org/D2614 Submitted by: John Wehle
This commit is contained in:
parent
e81032ad24
commit
236c6f68db
@ -282,6 +282,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
sys_led {
|
||||
gpios = <&gpioao 2>; /* gpioao_2 sys_led */
|
||||
label = "sys_led";
|
||||
|
||||
default-state = "on";
|
||||
};
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdin = "uart0";
|
||||
stdout = "uart0";
|
||||
|
Loading…
Reference in New Issue
Block a user