ARM: dts: stm32: Add red LED for stm32mp135f-dk board

Add LED red node for stm32mp135f-dk.
This LED is used as status lLED in U-Boot.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20251113-upstream_update_led_nodes-v2-11-45090db9e2e5@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Patrice Chotard 2025-11-13 16:14:02 +01:00 committed by Alexandre Torgue
parent 4d33caf1f0
commit 31f0d9a486

View File

@ -80,6 +80,12 @@ led-blue {
linux,default-trigger = "heartbeat";
default-state = "off";
};
led-red {
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
};
};
panel_backlight: panel-backlight {