mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
riscv: dts: thead: Add PVT node
Add PVT DT node for thermal sensor. Reviewed-by: Drew Fustini <drew@pdp7.com> Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com> Signed-off-by: Drew Fustini <drew@pdp7.com>
This commit is contained in:
parent
cf5e81da0e
commit
c31f2899ea
1 changed files with 11 additions and 0 deletions
|
@ -665,6 +665,17 @@
|
|||
thead,pad-group = <1>;
|
||||
};
|
||||
|
||||
pvt: pvt@fffff4e000 {
|
||||
compatible = "moortec,mr75203";
|
||||
reg = <0xff 0xfff4e000 0x0 0x80>,
|
||||
<0xff 0xfff4e080 0x0 0x100>,
|
||||
<0xff 0xfff4e180 0x0 0x680>,
|
||||
<0xff 0xfff4e800 0x0 0x600>;
|
||||
reg-names = "common", "ts", "pd", "vm";
|
||||
clocks = <&aonsys_clk>;
|
||||
#thermal-sensor-cells = <1>;
|
||||
};
|
||||
|
||||
gpio@fffff52000 {
|
||||
compatible = "snps,dw-apb-gpio";
|
||||
reg = <0xff 0xfff52000 0x0 0x1000>;
|
||||
|
|
Loading…
Add table
Reference in a new issue