diff options
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2023-11-01 19:34:29 +0900 |
---|---|---|
committer | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2023-11-20 16:23:52 +0900 |
commit | 2464a809bddfb59563d9e83417818d1b04f6aae8 (patch) | |
tree | a78489f17f212e26c97e52f5d17d6a31258a9879 | |
parent | 088455dfae9c49d5018d0dd4e6ceb2befbb13ee4 (diff) | |
download | u-boot-2464a809bddfb59563d9e83417818d1b04f6aae8.tar.gz u-boot-2464a809bddfb59563d9e83417818d1b04f6aae8.tar.bz2 u-boot-2464a809bddfb59563d9e83417818d1b04f6aae8.zip |
riscv: dts: jh7110: Add pmu for opensbiaccepted/tizen/unified/riscv/20231123.095154
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 <hoegeun.kwon@samsung.com>
-rw-r--r-- | arch/riscv/dts/jh7110.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
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>; |