Skip to content

Commit c31f289

Browse files
Michal Wilczynskipdp7
authored andcommitted
riscv: dts: thead: Add PVT node
Add PVT DT node for thermal sensor. Reviewed-by: Drew Fustini <[email protected]> Signed-off-by: Michal Wilczynski <[email protected]> Signed-off-by: Drew Fustini <[email protected]>
1 parent cf5e81d commit c31f289

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/riscv/boot/dts/thead/th1520.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,17 @@
665665
thead,pad-group = <1>;
666666
};
667667

668+
pvt: pvt@fffff4e000 {
669+
compatible = "moortec,mr75203";
670+
reg = <0xff 0xfff4e000 0x0 0x80>,
671+
<0xff 0xfff4e080 0x0 0x100>,
672+
<0xff 0xfff4e180 0x0 0x680>,
673+
<0xff 0xfff4e800 0x0 0x600>;
674+
reg-names = "common", "ts", "pd", "vm";
675+
clocks = <&aonsys_clk>;
676+
#thermal-sensor-cells = <1>;
677+
};
678+
668679
gpio@fffff52000 {
669680
compatible = "snps,dw-apb-gpio";
670681
reg = <0xff 0xfff52000 0x0 0x1000>;

0 commit comments

Comments
 (0)