From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Juan Sanchez Date: Sat, 14 Jun 2025 19:07:52 -0400 Subject: Add leds to Radxa Cubie A5E Signed-off-by: Juan Sanchez --- arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts | 16 ++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts b/arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts index 0f58d92a6adc..1c56306dffa1 100644 --- a/arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts +++ b/arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts @@ -18,10 +18,26 @@ aliases { chosen { stdout-path = "serial0:115200n8"; }; + leds { + compatible = "gpio-leds"; + + led-0 { + label = "radxa:green:power"; + gpios = <&r_pio 0 4 GPIO_ACTIVE_LOW>; /* PL4 */ + linux,default-trigger = "heartbeat"; + }; + + led-1 { + label = "radxa:blue:user"; + gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL5 */ + linux,default-trigger = "default-on"; + }; + }; + ext_osc32k: ext-osc32k-clk { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <32768>; clock-output-names = "ext_osc32k"; -- Created with Armbian build tools https://github.com/armbian/build