[PATCH 2/3] dts: Provide LED DTS description for HSC and DDC imx53 devices
Lukasz Majewski
lukma at denx.de
Fri Sep 25 17:13:10 CEST 2020
Those two LEDs are used to indicate U-Boot's boot stage.
Signed-off-by: Lukasz Majewski <lukma at denx.de>
---
arch/arm/dts/imx53-kp.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/imx53-kp.dts b/arch/arm/dts/imx53-kp.dts
index 5f9e4fad82..03e571d274 100644
--- a/arch/arm/dts/imx53-kp.dts
+++ b/arch/arm/dts/imx53-kp.dts
@@ -131,6 +131,10 @@
MX53_PAD_GPIO_1__GPIO1_1 0x1e4
/* KEY1 GPIO */
MX53_PAD_EIM_RW__GPIO2_26 0x1e4
+ /* LED GREEN GPIO */
+ MX53_PAD_EIM_WAIT__GPIO5_0 0x1e4
+ /* LED RED GPIO */
+ MX53_PAD_EIM_D28__GPIO3_28 0x1e4
>;
};
--
2.20.1
More information about the U-Boot
mailing list