boards: arm: nucleo: Add leds label
The nucleo evaluation boards can be enhanced with shields for additional functionality. Flat device tree overlays can be used to configure and support these shields. Regrettably leds can not be simply added due to a missing label. Tag leds with a label. Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de> Reviewed-by: Vasilij Strassheim <v.strassheim@linutronix.de>
This commit is contained in:
parent
63af3c00e9
commit
b5061233bb
54 changed files with 54 additions and 54 deletions
|
@ -26,7 +26,7 @@
|
|||
zephyr,flash = &flash0;
|
||||
};
|
||||
|
||||
leds {
|
||||
leds: leds {
|
||||
compatible = "gpio-leds";
|
||||
green_led: led_0 {
|
||||
gpios = <&gpiob 0 GPIO_ACTIVE_HIGH>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue