Lines Matching +full:thermal +full:- +full:diode
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#
10 - Keerthy <j-keerthy@ti.com>
13 The TI K3 family of SoCs typically have a Voltage & Thermal
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)
25 $ref: thermal-sensor.yaml#
30 - ti,j721e-vtm
31 - ti,j7200-vtm
35 - description: VTM cfg1 register space
36 - description: VTM cfg2 register space
37 - description: |
44 power-domains:
47 "#thermal-sensor-cells":
51 - if:
55 const: ti,j721e-vtm
66 - compatible
67 - reg
68 - power-domains
73 - |
74 #include <dt-bindings/soc/ti,sci_pm_domain.h>
75 wkup_vtm0: thermal-sensor@42040000 {
76 compatible = "ti,j721e-vtm";
80 power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>;
81 #thermal-sensor-cells = <1>;
84 mpu_thermal: mpu-thermal {
85 polling-delay-passive = <250>; /* milliseconds */
86 polling-delay = <500>; /* milliseconds */
87 thermal-sensors = <&wkup_vtm0 0>;
90 mpu_crit: mpu-crit {