Skip to content

Commit

Permalink
ARM: dts: stm32: add orange and blue leds on stm32746g-eval
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Amelie Delaunay authored and Alexandre Torgue committed May 21, 2019
1 parent d4c986b commit d1216af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/stm32746g-eval.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d1216af

Please sign in to comment.