Commit 1ec99dfe authored by E Shattow's avatar E Shattow Committed by Conor Dooley
Browse files

riscv: dts: starfive: jh7110-common: add status power led node



Add status power led node for StarFive VisionFive2 and variant boards.

Signed-off-by: default avatarE Shattow <e@freeshell.de>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent 2a84cb3e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
#include "jh7110.dtsi"
#include "jh7110-pinfunc.h"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/pinctrl/starfive,jh7110-pinctrl.h>

/ {
@@ -38,6 +39,14 @@ gpio-restart {
		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>;