ARM: dts: stm32: add orange and blue leds on stm32746g-eval
authorAmelie Delaunay <amelie.delaunay@st.com>
Fri, 10 May 2019 07:49:53 +0000 (09:49 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 21 May 2019 07:55:40 +0000 (09:55 +0200)
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>
arch/arm/boot/dts/stm32746g-eval.dts

index 21e8912..2b16648 100644 (file)
                        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 {