Skip to content

Commit

Permalink
boards: arm: stm32f412g_disco: Fix LED4 pin
Browse files Browse the repository at this point in the history
On the stm32f412g_disco board, the LED LD4 (blue LED) is actually
on the pin 3 of GPIOE and not on the pin 4

(see https://www.st.com/resource/en/user_manual/um2032-discovery-kit-with-stm32f412zg-mcu-stmicroelectronics.pdf, page 31)

Signed-off-by: Jacques Supcik <jacques.supcik@hefr.ch>
  • Loading branch information
supcik authored and fabiobaltieri committed Jul 26, 2023
1 parent 00f0054 commit d7c00ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/stm32f412g_disco/stm32f412g_disco.dts
Expand Up @@ -35,7 +35,7 @@
label = "User LD3";
};
blue_led_4: led_4 {
gpios = <&gpioe 4 GPIO_ACTIVE_HIGH>;
gpios = <&gpioe 3 GPIO_ACTIVE_HIGH>;
label = "User LD4";
};
};
Expand Down

0 comments on commit d7c00ee

Please sign in to comment.