Commit 2c11de97 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: update led nodes names for stm32f746-eval



Update led nodes names to be aligned with yaml description

Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 7cf1acae
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -66,17 +66,17 @@ aliases {

	leds {
		compatible = "gpio-leds";
		green {
		led-green {
			gpios = <&gpiof 10 1>;
			linux,default-trigger = "heartbeat";
		};
		orange {
		led-orange {
			gpios = <&stmfx_pinctrl 17 1>;
		};
		red {
		led-red {
			gpios = <&gpiob 7 1>;
		};
		blue {
		led-blue {
			gpios = <&stmfx_pinctrl 19 1>;
		};
	};