Lines Matching +full:j721e +full:- +full:vtm
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/thermal/ti,j72xx-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments J72XX VTM (DTS)
10 - Keerthy <j-keerthy@ti.com>
14 Management (VTM) device to control up to 8 temperature diode
22 Temp(C) = (-9.2627e-12) * x^4 + (6.0373e-08) * x^3 + \
23 (-1.7058e-04) * x^2 + (3.2512e-01) * x + (-4.9003e+01)
28 - ti,j721e-vtm
29 - ti,j7200-vtm
33 - description: VTM cfg1 register space
34 - description: VTM cfg2 register space
35 - description: |
42 power-domains:
45 "#thermal-sensor-cells":
49 - if:
53 const: ti,j721e-vtm
64 - compatible
65 - reg
66 - power-domains
67 - "#thermal-sensor-cells"
72 - |
73 #include <dt-bindings/soc/ti,sci_pm_domain.h>
74 wkup_vtm0: thermal-sensor@42040000 {
75 compatible = "ti,j721e-vtm";
79 power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>;
80 #thermal-sensor-cells = <1>;
83 mpu_thermal: mpu-thermal {
84 polling-delay-passive = <250>; /* milliseconds */
85 polling-delay = <500>; /* milliseconds */
86 thermal-sensors = <&wkup_vtm0 0>;
89 mpu_crit: mpu-crit {