diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2019-05-10 10:49:53 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2019-05-21 10:55:40 +0300 |
commit | d1216af9968f5da90488b7e9839a6ecfff90aa1c (patch) | |
tree | 1cd9cb9299c1c52387ab06154252ceb509613541 /arch/arm/boot/dts/stm32746g-eval.dts | |
parent | d4c986b77cd559d83085003672a449bc83a9efee (diff) | |
download | linux-d1216af9968f5da90488b7e9839a6ecfff90aa1c.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/stm32746g-eval.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32746g-eval.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32746g-eval.dts b/arch/arm/boot/dts/stm32746g-eval.dts index 21e89122681b..2b1664884ae7 100644 --- a/arch/arm/boot/dts/stm32746g-eval.dts +++ b/arch/arm/boot/dts/stm32746g-eval.dts @@ -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 { |