Lines Matching +full:am654 +full:- +full:vtm
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/thermal/ti,am654-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments AM654 VTM (DTS)
10 - Keerthy <j-keerthy@ti.com>
12 $ref: thermal-sensor.yaml#
16 const: ti,am654-vtm
21 power-domains:
24 "#thermal-sensor-cells":
28 - compatible
29 - reg
30 - power-domains
35 - |
36 #include <dt-bindings/soc/ti,sci_pm_domain.h>
37 vtm: thermal@42050000 {
38 compatible = "ti,am654-vtm";
40 power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
41 #thermal-sensor-cells = <1>;
45 polling-delay-passive = <250>; /* milliseconds */
46 polling-delay = <500>; /* milliseconds */
47 thermal-sensors = <&vtm0 0>;