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/src/arm64/ti/k3-am654-industrial-thermal.dtsi

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 // SPDX-License-Identifier: GPL-2.0
    2 
    3 #include <dt-bindings/thermal/thermal.h>
    4 
    5 mpu0_thermal: mpu0-thermal {
    6         polling-delay-passive = <250>; /* milliseconds */
    7         polling-delay = <500>; /* milliseconds */
    8         thermal-sensors = <&wkup_vtm0 0>;
    9 
   10         trips {
   11                 mpu0_crit: mpu0-crit {
   12                         temperature = <125000>; /* milliCelsius */
   13                         hysteresis = <2000>; /* milliCelsius */
   14                         type = "critical";
   15                 };
   16         };
   17 };
   18 
   19 mpu1_thermal: mpu1-thermal {
   20         polling-delay-passive = <250>; /* milliseconds */
   21         polling-delay = <500>; /* milliseconds */
   22         thermal-sensors = <&wkup_vtm0 1>;
   23 
   24         trips {
   25                 mpu1_crit: mpu1-crit {
   26                         temperature = <125000>; /* milliCelsius */
   27                         hysteresis = <2000>; /* milliCelsius */
   28                         type = "critical";
   29                 };
   30         };
   31 };
   32 
   33 mcu_thermal: mcu-thermal {
   34         polling-delay-passive = <250>; /* milliseconds */
   35         polling-delay = <500>; /* milliseconds */
   36         thermal-sensors = <&wkup_vtm0 2>;
   37 
   38         trips {
   39                 mcu_crit: mcu-crit {
   40                         temperature = <125000>; /* milliCelsius */
   41                         hysteresis = <2000>; /* milliCelsius */
   42                         type = "critical";
   43                 };
   44         };
   45 };

Cache object: b87daa6dde1a1f2b863527e9168f2f5b


[ 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.