arm64: dts: ti: am65-wakeup: Add VTM node

VTM stands for voltage and thermal management.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
Keerthy 2020-04-07 11:21:15 +05:30 committed by Tero Kristo
parent 0836dacecf
commit 7fd28c6ab8
1 changed files with 7 additions and 0 deletions

View File

@ -89,4 +89,11 @@
clocks = <&k3_clks 59 0>;
clock-names = "gpio";
};
wkup_vtm0: thermal@42050000 {
compatible = "ti,am654-vtm";
reg = <0x42050000 0x25c>;
power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
#thermal-sensor-cells = <1>;
};
};