[PATCH 2/2] riscv: dts: jh7110: add power management unit controller node
Nam Cao
namcao at linutronix.de
Wed Jan 17 12:15:26 CET 2024
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 at 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 at 17030000 {
+ compatible = "starfive,jh7110-pmu";
+ reg = <0x0 0x17030000 0x0 0x10000>;
+ interrupts = <111>;
+ };
+
qspi: spi at 13010000 {
compatible = "cdns,qspi-nor";
reg = <0x0 0x13010000 0x0 0x10000
--
2.39.2
More information about the U-Boot
mailing list