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 23 $ref: thermal-sensor.yaml# 24 25 properties: 26 compatible: 27 enum: 28 - nvidia,tegra186-bpmp-thermal 29 - nvidia,tegra194-bpmp-thermal 30 31 '#thermal-sensor-cells': 32 const: 1 33 34 unevaluatedProperties: false
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.