blob: 978b9e6ab8a31b4409ea3ac4929dcf08e33fc866 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# 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
Tom Rini6b642ac2024-10-01 12:20:28 -060023$ref: thermal-sensor.yaml#
Tom Rini53633a82024-02-29 12:33:36 -050024
25properties:
26 compatible:
27 enum:
28 - nvidia,tegra186-bpmp-thermal
29 - nvidia,tegra194-bpmp-thermal
30
31 '#thermal-sensor-cells':
Tom Rini53633a82024-02-29 12:33:36 -050032 const: 1
33
Tom Rini6b642ac2024-10-01 12:20:28 -060034unevaluatedProperties: false