Commit 2c11de97 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue

ARM: dts: stm32: update led nodes names for stm32f746-eval

Update led nodes names to be aligned with yaml description
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 7cf1acae
...@@ -66,17 +66,17 @@ aliases { ...@@ -66,17 +66,17 @@ aliases {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
green { led-green {
gpios = <&gpiof 10 1>; gpios = <&gpiof 10 1>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
orange { led-orange {
gpios = <&stmfx_pinctrl 17 1>; gpios = <&stmfx_pinctrl 17 1>;
}; };
red { led-red {
gpios = <&gpiob 7 1>; gpios = <&gpiob 7 1>;
}; };
blue { led-blue {
gpios = <&stmfx_pinctrl 19 1>; gpios = <&stmfx_pinctrl 19 1>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment