Unverified Commit db3f02df authored by Ron Economos's avatar Ron Economos Committed by Palmer Dabbelt
Browse files

riscv: dts: sifive unmatched: Add gpio poweroff



Some of the GPIO pins on the Unmatched are wire up to control the power
of the board, indicate that in the device tree.

Signed-off-by: default avatarRon Economos <w6rz@comcast.net>
Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent 3c2905ea
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -39,6 +39,11 @@
		clock-frequency = <RTCCLK_FREQ>;
		clock-output-names = "rtcclk";
	};

	gpio-poweroff {
		compatible = "gpio-poweroff";
		gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
	};
};

&uart0 {