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 push button to stm32f746 Discovery board

Add node for user push button.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20250217114332.1098482-2-dario.binacchi@amarulasolutions.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Dario Binacchi and committed by
Alexandre Torgue
d36f7da4 4b442649

+10
+10
arch/arm/boot/dts/st/stm32f746-disco.dts
··· 86 86 }; 87 87 }; 88 88 89 + gpio-keys { 90 + compatible = "gpio-keys"; 91 + autorepeat; 92 + button-0 { 93 + label = "User"; 94 + linux,code = <KEY_HOME>; 95 + gpios = <&gpioi 11 GPIO_ACTIVE_HIGH>; 96 + }; 97 + }; 98 + 89 99 usbotg_hs_phy: usb-phy { 90 100 #phy-cells = <0>; 91 101 compatible = "usb-nop-xceiv";