diff options
author | 2025-02-17 12:43:22 +0100 | |
---|---|---|
committer | 2025-02-27 09:34:19 +0100 | |
commit | 4b442649e91e765807d639c7417cf443e0c97ddb (patch) | |
tree | dd40df58ffbda2ca879e06e58265e996a97c7d1f | |
parent | ARM: dts: stm32: Add Priva E-Measuringbox devicetree (diff) | |
download | wireguard-linux-4b442649e91e765807d639c7417cf443e0c97ddb.tar.xz wireguard-linux-4b442649e91e765807d639c7417cf443e0c97ddb.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/st/stm32f746-disco.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/st/stm32f746-disco.dts b/arch/arm/boot/dts/st/stm32f746-disco.dts index 087de6f09629..8bdd10644bf1 100644 --- a/arch/arm/boot/dts/st/stm32f746-disco.dts +++ b/arch/arm/boot/dts/st/stm32f746-disco.dts @@ -78,6 +78,14 @@ 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"; |