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

ARM: dts: stm32: add push button to stm32f746 Discovery board

parent 4b442649
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -86,6 +86,16 @@ led-usr {
		};
	};

	gpio-keys {
		compatible = "gpio-keys";
		autorepeat;
		button-0 {
			label = "User";
			linux,code = <KEY_HOME>;
			gpios = <&gpioi 11 GPIO_ACTIVE_HIGH>;
		};
	};

	usbotg_hs_phy: usb-phy {
		#phy-cells = <0>;
		compatible = "usb-nop-xceiv";