Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Dario Binacchi and committed by
Alexandre Torgue
4b442649 80c7ee9c

+8
+8
arch/arm/boot/dts/st/stm32f746-disco.dts
··· 78 78 serial0 = &usart1; 79 79 }; 80 80 81 + leds { 82 + compatible = "gpio-leds"; 83 + led-usr { 84 + gpios = <&gpioi 1 GPIO_ACTIVE_HIGH>; 85 + linux,default-trigger = "heartbeat"; 86 + }; 87 + }; 88 + 81 89 usbotg_hs_phy: usb-phy { 82 90 #phy-cells = <0>; 83 91 compatible = "usb-nop-xceiv";