Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 | |
| 7 | title: NVIDIA Tegra186 (and later) BPMP thermal sensor |
| 8 | |
| 9 | maintainers: |
| 10 | - Thierry Reding <thierry.reding@gmail.com> |
| 11 | - Jon Hunter <jonathanh@nvidia.com> |
| 12 | |
| 13 | description: | |
| 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 Rini | 6b642ac | 2024-10-01 12:20:28 -0600 | [diff] [blame] | 23 | $ref: thermal-sensor.yaml# |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 24 | |
| 25 | properties: |
| 26 | compatible: |
| 27 | enum: |
| 28 | - nvidia,tegra186-bpmp-thermal |
| 29 | - nvidia,tegra194-bpmp-thermal |
| 30 | |
| 31 | '#thermal-sensor-cells': |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 32 | const: 1 |
| 33 | |
Tom Rini | 6b642ac | 2024-10-01 12:20:28 -0600 | [diff] [blame] | 34 | unevaluatedProperties: false |