ARM: dts: stm32: update led nodes names for stm32f469-disco
Update led nodes names to be aligned with yaml description Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Родитель
2a61f1168b
Коммит
f85b1b9137
|
@ -89,17 +89,17 @@
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
green {
|
led-green {
|
||||||
gpios = <&gpiog 6 GPIO_ACTIVE_LOW>;
|
gpios = <&gpiog 6 GPIO_ACTIVE_LOW>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
};
|
};
|
||||||
orange {
|
led-orange {
|
||||||
gpios = <&gpiod 4 GPIO_ACTIVE_LOW>;
|
gpios = <&gpiod 4 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
red {
|
led-red {
|
||||||
gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
|
gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
blue {
|
led-blue {
|
||||||
gpios = <&gpiok 3 GPIO_ACTIVE_LOW>;
|
gpios = <&gpiok 3 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче