diff options
author | Walker Chen <walker.chen@starfivetech.com> | 2023-04-17 06:47:28 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-05-08 01:00:22 +0300 |
commit | 6a887bcc4138de9747fdfafc4ebf0a1c6ef4b2c1 (patch) | |
tree | 1bc09f2269816aef83dae32b9893d0389fec9106 /arch/riscv/boot | |
parent | b3bd64bc457ca778258cfb3e392d9296f11b396e (diff) | |
download | linux-6a887bcc4138de9747fdfafc4ebf0a1c6ef4b2c1.tar.xz |
riscv: dts: starfive: Add PMU controller node
Add the pmu controller node for the StarFive JH7110 SoC. The PMU needs
to be used by other modules, e.g. VPU,ISP,etc.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Hal Feng <hal.feng@starfivetech.com>
Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/boot')
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi index 4c5fdb905da8..30e1f34d5cf8 100644 --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi @@ -496,5 +496,12 @@ gpio-controller; #gpio-cells = <2>; }; + + pwrc: power-controller@17030000 { + compatible = "starfive,jh7110-pmu"; + reg = <0x0 0x17030000 0x0 0x10000>; + interrupts = <111>; + #power-domain-cells = <1>; + }; }; }; |