Skip to content

Commit 6a887bc

Browse files
WalkerChenLConchuOD
authored andcommitted
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>
1 parent b3bd64b commit 6a887bc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/riscv/boot/dts/starfive/jh7110.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,5 +496,12 @@
496496
gpio-controller;
497497
#gpio-cells = <2>;
498498
};
499+
500+
pwrc: power-controller@17030000 {
501+
compatible = "starfive,jh7110-pmu";
502+
reg = <0x0 0x17030000 0x0 0x10000>;
503+
interrupts = <111>;
504+
#power-domain-cells = <1>;
505+
};
499506
};
500507
};

0 commit comments

Comments
 (0)