The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/thermal/nvidia,tegra186-bpmp-thermal.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 NVIDIA Tegra186 BPMP thermal sensor
    2 
    3 In Tegra186, the BPMP (Boot and Power Management Processor) implements an
    4 interface that is used to read system temperatures, including CPU cluster
    5 and GPU temperatures. This binding describes the thermal sensor that is
    6 exposed by BPMP.
    7 
    8 The BPMP thermal node must be located directly inside the main BPMP node. See
    9 ../firmware/nvidia,tegra186-bpmp.txt for details of the BPMP binding.
   10 
   11 This node represents a thermal sensor. See Documentation/devicetree/bindings/thermal/thermal-sensor.yaml for details of the
   12 core thermal binding.
   13 
   14 Required properties:
   15 - compatible:
   16     Array of strings.
   17     One of:
   18     - "nvidia,tegra186-bpmp-thermal"
   19     - "nvidia,tegra194-bpmp-thermal"
   20 - #thermal-sensor-cells: Cell for sensor index.
   21     Single-cell integer.
   22     Must be <1>.
   23 
   24 Example:
   25 
   26 bpmp {
   27         ...
   28 
   29         bpmp_thermal: thermal {
   30                 compatible = "nvidia,tegra186-bpmp-thermal";
   31                 #thermal-sensor-cells = <1>;
   32         };
   33 };

Cache object: d62a0cf28610176d74e26767779de946


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.