Skip to content

Commit f6bc89c

Browse files
ABOSTMMaureenHelm
authored andcommitted
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 <[email protected]>
1 parent 2c47c48 commit f6bc89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/arm/b_l4s5i_iot01a/b_l4s5i_iot01a.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
leds {
2323
compatible = "gpio-leds";
2424
green_led_1: led_1 {
25-
gpios = <&gpioa 5 GPIO_ACTIVE_LOW>;
25+
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
2626
label = "User LD1";
2727
};
2828
green_led_2: led_2 {
29-
gpios = <&gpiob 14 GPIO_ACTIVE_LOW>;
29+
gpios = <&gpiob 14 GPIO_ACTIVE_HIGH>;
3030
label = "User LD2";
3131
};
3232
};

0 commit comments

Comments
 (0)