init
This commit is contained in:
13
boards/nucleo_h563zi.overlay
Normal file
13
boards/nucleo_h563zi.overlay
Normal file
@@ -0,0 +1,13 @@
|
||||
/ {
|
||||
aliases {
|
||||
led0 = &user_led;
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
user_led: user_led_0 {
|
||||
gpios = <&gpiob 0 GPIO_ACTIVE_HIGH>;
|
||||
label = "USER_LED_0";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user