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

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
......@@ -39,6 +39,11 @@ rtcclk: rtcclk {
clock-frequency = <RTCCLK_FREQ>;
clock-output-names = "rtcclk";
};
gpio-poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
};
};
&uart0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment