From: Patrick Delaunay Date: Thu, 30 Jun 2022 08:20:18 +0000 (+0200) Subject: ARM: dts: stm32mp13: activate led on STM32MP13F-DK X-Git-Tag: baikal/mips/sdk5.8.2~5^2~291^2~6 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=ff7f78342f1dfa04e54b02257fc9e6a53984fb2c;p=uboot.git ARM: dts: stm32mp13: activate led on STM32MP13F-DK Activate the led managed in stm32mp1 board for U-Boot indication in STM32MP13F-DK device tree. Signed-off-by: Patrick Delaunay Reviewed-by: Patrice Chotard --- diff --git a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi index dfe5bbb2e3..cbe4eb5608 100644 --- a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi +++ b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi @@ -11,8 +11,18 @@ }; config { + u-boot,boot-led = "led-blue"; + u-boot,error-led = "led-red"; u-boot,mmc-env-partition = "u-boot-env"; }; + + leds { + led-red { + color = ; + gpios = <&gpioa 13 GPIO_ACTIVE_LOW>; + default-state = "off"; + }; + }; }; &uart4 {