ARM: dts: stm32: add led to stm32f746 Discovery board

Add node for the user led.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20250217114332.1098482-1-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:43:22 +01:00 committed by Alexandre Torgue
parent 80c7ee9c20
commit 4b442649e9

View File

@ -78,6 +78,14 @@ aliases {
serial0 = &usart1;
};
leds {
compatible = "gpio-leds";
led-usr {
gpios = <&gpioi 1 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
};
usbotg_hs_phy: usb-phy {
#phy-cells = <0>;
compatible = "usb-nop-xceiv";