
17 Jan
2024
17 Jan
'24
12:15 p.m.
JH7110 has a power management unit controller node. Add this node.
This device is used by OpenSBI during board reset and shutdown.
Signed-off-by: Nam Cao namcao@linutronix.de --- arch/riscv/dts/jh7110.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110.dtsi index 6d2675d6ce..2cdc683d49 100644 --- a/arch/riscv/dts/jh7110.dtsi +++ b/arch/riscv/dts/jh7110.dtsi @@ -473,6 +473,12 @@ status = "disabled"; };
+ power-controller@17030000 { + compatible = "starfive,jh7110-pmu"; + reg = <0x0 0x17030000 0x0 0x10000>; + interrupts = <111>; + }; + qspi: spi@13010000 { compatible = "cdns,qspi-nor"; reg = <0x0 0x13010000 0x0 0x10000
--
2.39.2