boards: arm: b_l4s5i_iot01a: leds are active high
See schematics of the board: MB1297 both user leds LD1 and LD2 are active high. Fixes #28665 Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
parent
2c47c489e8
commit
f6bc89cc4c
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
leds {
|
||||
compatible = "gpio-leds";
|
||||
green_led_1: led_1 {
|
||||
gpios = <&gpioa 5 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
|
||||
label = "User LD1";
|
||||
};
|
||||
green_led_2: led_2 {
|
||||
gpios = <&gpiob 14 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpiob 14 GPIO_ACTIVE_HIGH>;
|
||||
label = "User LD2";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue