Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1216af9 authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: add orange and blue leds on stm32746g-eval



Orange (LD2) and blue (LD4) leds on stm32746g-eval are connected on
STMFX gpio expander, offset 17 and 19.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent d4c986b7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -70,9 +70,15 @@
			gpios = <&gpiof 10 1>;
			linux,default-trigger = "heartbeat";
		};
		orange {
			gpios = <&stmfx_pinctrl 17 1>;
		};
		red {
			gpios = <&gpiob 7 1>;
		};
		blue {
			gpios = <&stmfx_pinctrl 19 1>;
		};
	};

	gpio_keys {