Skip to content

Commit ca2e069

Browse files
levietduc0712kartben
authored andcommitted
boards: st: nucleo_h755zi_q: Fix green LED pin assignment
Update the green LED pin from PA5 to PB0 in the device tree, based on the default solder bridge configuration in the NUCLEO-H755ZI-Q user manual. Signed-off-by: Duc Le <[email protected]>
1 parent 3052891 commit ca2e069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/nucleo_h755zi_q/nucleo_h755zi_q.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
compatible = "gpio-leds";
1414

1515
green_led: led_1 {
16-
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
16+
gpios = <&gpiob 0 GPIO_ACTIVE_HIGH>;
1717
label = "User LD1";
1818
};
1919

0 commit comments

Comments
 (0)