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

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

parent 80c7ee9c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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";