From: Hoegeun Kwon Date: Wed, 1 Nov 2023 10:34:29 +0000 (+0900) Subject: riscv: dts: jh7110: Add pmu for JH7110 SoC X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cef06d489b24bfdb44cf5daf74d8c988c8b89ce;p=platform%2Fkernel%2Fu-boot.git riscv: dts: jh7110: Add pmu for JH7110 SoC Change-Id: I171649219a90f75ad98d88ffe382f7ffd00d1bd7 Signed-off-by: Hoegeun Kwon --- diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110.dtsi index ec237a46ff..9efe3d66e3 100644 --- a/arch/riscv/dts/jh7110.dtsi +++ b/arch/riscv/dts/jh7110.dtsi @@ -293,6 +293,13 @@ cache-unified; }; + pmu: pmu@17030000 { + compatible = "starfive,jh7110-pmu"; + reg = <0x0 0x17030000 0x0 0x10000>; + interrupts = <111>; + status = "okay"; + }; + uart0: serial@10000000 { compatible = "snps,dw-apb-uart"; reg = <0x0 0x10000000 0x0 0x10000>;