Commit ca2e0699 authored by Duc Le's avatar Duc Le Committed by Benjamin Cabé
Browse files

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: default avatarDuc Le <levietduc0712@gmail.com>
parent 3052891a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
		compatible = "gpio-leds";

		green_led: led_1 {
			gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
			gpios = <&gpiob 0 GPIO_ACTIVE_HIGH>;
			label = "User LD1";
		};