diff options
author | Nam Cao <namcao@linutronix.de> | 2024-01-29 09:43:08 +0100 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2024-01-31 16:52:53 +0800 |
commit | 92802e12ef07f054153ad8379c93db4d144ab401 (patch) | |
tree | 2adb93b051063661e146e9854588cddc4a972b06 /arch/riscv | |
parent | 70f150759b4dd7481664ebdcd99cfe8e5e2c2e4e (diff) | |
download | u-boot-92802e12ef07f054153ad8379c93db4d144ab401.tar.gz u-boot-92802e12ef07f054153ad8379c93db4d144ab401.tar.bz2 u-boot-92802e12ef07f054153ad8379c93db4d144ab401.zip |
riscv: dts: jh7110: add power management unit controller node
JH7110 has a power management unit controller node. Add this node.
This device is used by OpenSBI during board reset/shutdown.
Signed-off-by: Nam Cao <namcao@linutronix.de>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r-- | arch/riscv/dts/jh7110.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
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 |