Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Amelie Delaunay <amelie.delaunay@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Amelie Delaunay and committed by
Alexandre Torgue
d1216af9 d4c986b7

+6
+6
arch/arm/boot/dts/stm32746g-eval.dts
··· 70 70 gpios = <&gpiof 10 1>; 71 71 linux,default-trigger = "heartbeat"; 72 72 }; 73 + orange { 74 + gpios = <&stmfx_pinctrl 17 1>; 75 + }; 73 76 red { 74 77 gpios = <&gpiob 7 1>; 78 + }; 79 + blue { 80 + gpios = <&stmfx_pinctrl 19 1>; 75 81 }; 76 82 }; 77 83