From: Hoegeun Kwon Date: Wed, 1 Nov 2023 10:34:29 +0000 (+0900) Subject: riscv: dts: jh7110: Add pmu for opensbi X-Git-Tag: accepted/tizen/unified/riscv/20231123.095154^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2464a809bddfb59563d9e83417818d1b04f6aae8;p=platform%2Fkernel%2Fu-boot.git riscv: dts: jh7110: Add pmu for opensbi Add pmu dts node for opensbi used. Refer to Mainline Kernel: [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/riscv/boot/dts/starfive/jh7110.dtsi?h=v6.7-rc2#n1100] Change-Id: I171649219a90f75ad98d88ffe382f7ffd00d1bd7 Signed-off-by: Hoegeun Kwon --- diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110.dtsi index ec237a46ff..bfa1292b74 100644 --- a/arch/riscv/dts/jh7110.dtsi +++ b/arch/riscv/dts/jh7110.dtsi @@ -293,6 +293,12 @@ cache-unified; }; + pwrc: power-controller@17030000 { + compatible = "starfive,jh7110-pmu"; + reg = <0x0 0x17030000 0x0 0x10000>; + interrupts = <111>; + }; + uart0: serial@10000000 { compatible = "snps,dw-apb-uart"; reg = <0x0 0x10000000 0x0 0x10000>;