From: E Shattow Date: Wed, 16 Jul 2025 04:04:54 +0000 (-0700) Subject: riscv: dts: starfive: jh7110-common: add status power led node X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec99dfe9eb0cdc576249e8b75de25f860123629;p=thirdparty%2Flinux.git riscv: dts: starfive: jh7110-common: add status power led node Add status power led node for StarFive VisionFive2 and variant boards. Signed-off-by: E Shattow Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi index 4baeb981d4dfd..2eaf01775ef57 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -8,6 +8,7 @@ #include "jh7110.dtsi" #include "jh7110-pinfunc.h" #include +#include #include / { @@ -38,6 +39,14 @@ priority = <224>; }; + leds { + compatible = "gpio-leds"; + + led_status_power: led-0 { + gpios = <&aongpio 3 GPIO_ACTIVE_HIGH>; + }; + }; + pwmdac_codec: audio-codec { compatible = "linux,spdif-dit"; #sound-dai-cells = <0>;