xref: /linux/Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.yaml (revision 0b364cf53b20204e92bac7c6ebd1ee7d3ec62931)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/thermal/nvidia,tegra186-bpmp-thermal.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: NVIDIA Tegra186 (and later) BPMP thermal sensor
8
9maintainers:
10  - Thierry Reding <thierry.reding@gmail.com>
11  - Jon Hunter <jonathanh@nvidia.com>
12
13description: |
14  In Tegra186, the BPMP (Boot and Power Management Processor) implements
15  an interface that is used to read system temperatures, including CPU
16  cluster and GPU temperatures. This binding describes the thermal
17  sensor that is exposed by BPMP.
18
19  The BPMP thermal node must be located directly inside the main BPMP
20  node. See ../firmware/nvidia,tegra186-bpmp.yaml for details of the
21  BPMP binding.
22
23$ref: thermal-sensor.yaml#
24
25properties:
26  compatible:
27    enum:
28      - nvidia,tegra186-bpmp-thermal
29      - nvidia,tegra194-bpmp-thermal
30
31  '#thermal-sensor-cells':
32    const: 1
33
34unevaluatedProperties: false
35