ARM: dts: stm32: add usr3 LED node to stm32f769-disco

As indicated by the board silkscreen, there are three user LEDs.
Add the missing one.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20250217114513.1098844-2-dario.binacchi@amarulasolutions.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Dario Binacchi 2025-02-17 12:45:09 +01:00 committed by Alexandre Torgue
parent 9ccf47393d
commit 1e494daa7e

View File

@ -86,6 +86,9 @@ led-usr2 {
led-usr1 {
gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
};
led-usr3 {
gpios = <&gpioa 12 GPIO_ACTIVE_HIGH>;
};
};
gpio-keys {