diff --git a/arch/riscv/boot/dts/starfive/jh7100-starlight.dts b/arch/riscv/boot/dts/starfive/jh7100-starlight.dts index c19220961de67b..43c4a1f11e5c4e 100644 --- a/arch/riscv/boot/dts/starfive/jh7100-starlight.dts +++ b/arch/riscv/boot/dts/starfive/jh7100-starlight.dts @@ -2,6 +2,7 @@ #include "jh7100.dtsi" #include #include +#include / { #address-cells = <2>; @@ -21,6 +22,18 @@ cpus { timebase-frequency = <6250000>; }; + + leds { + compatible = "gpio-leds"; + + led-ack { + gpios = <&gpio 43 GPIO_ACTIVE_HIGH>; + color = ; + function = LED_FUNCTION_HEARTBEAT; + linux,default-trigger = "heartbeat"; + label = "ack"; + }; + }; }; &uart0 {