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>
This commit is contained in:
parent
d4c986b77c
commit
d1216af996
1 changed files with 6 additions and 0 deletions
|
@ -70,9 +70,15 @@
|
||||||
gpios = <&gpiof 10 1>;
|
gpios = <&gpiof 10 1>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
};
|
};
|
||||||
|
orange {
|
||||||
|
gpios = <&stmfx_pinctrl 17 1>;
|
||||||
|
};
|
||||||
red {
|
red {
|
||||||
gpios = <&gpiob 7 1>;
|
gpios = <&gpiob 7 1>;
|
||||||
};
|
};
|
||||||
|
blue {
|
||||||
|
gpios = <&stmfx_pinctrl 19 1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_keys {
|
gpio_keys {
|
||||||
|
|
Loading…
Add table
Reference in a new issue