35 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---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 sensor8 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) implements15 an interface that is used to read system temperatures, including CPU16 cluster and GPU temperatures. This binding describes the thermal17 sensor that is exposed by BPMP.18 19 The BPMP thermal node must be located directly inside the main BPMP20 node. See ../firmware/nvidia,tegra186-bpmp.yaml for details of the21 BPMP binding.22 23$ref: thermal-sensor.yaml#24 25properties:26 compatible:27 enum:28 - nvidia,tegra186-bpmp-thermal29 - nvidia,tegra194-bpmp-thermal30 31 '#thermal-sensor-cells':32 const: 133 34unevaluatedProperties: false35