riscv: dts: starfive: add pmu controller node
authorWalker Chen <walker.chen@starfivetech.com>
Mon, 16 Jan 2023 07:14:52 +0000 (15:14 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:24:33 +0000 (08:24 +0900)
Add the pmu controller node for the Starfive JH7110 SoC. The PMU needs
to be used by other modules such as VPU, ISP, etc.

Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
arch/riscv/boot/dts/starfive/jh7110.dtsi

index d484ecd..417f7f5 100644 (file)
                        gpio-controller;
                        #gpio-cells = <2>;
                };
+
+               pwrc: power-controller@17030000 {
+                       compatible = "starfive,jh7110-pmu";
+                       reg = <0x0 0x17030000 0x0 0x10000>;
+                       interrupts = <111>;
+                       #power-domain-cells = <1>;
+               };
        };
 };