Commit 1e494daa authored by Dario Binacchi's avatar Dario Binacchi Committed by Alexandre Torgue
Browse files

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: default avatarDario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20250217114513.1098844-2-dario.binacchi@amarulasolutions.com


Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 9ccf4739
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -86,6 +86,9 @@ led-usr2 {
		led-usr1 {
			gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
		};
		led-usr3 {
			gpios = <&gpioa 12 GPIO_ACTIVE_HIGH>;
		};
	};

	gpio-keys {