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/hwmon/lm87.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 *LM87 hwmon sensor.
    2 
    3 Required properties:
    4 - compatible: Should be
    5         "ti,lm87"
    6 
    7 - reg: I2C address
    8 
    9 optional properties:
   10 - has-temp3: This configures pins 18 and 19 to be used as a second
   11              remote temperature sensing channel. By default the pins
   12              are configured as voltage input pins in0 and in5.
   13 
   14 - has-in6: When set, pin 5 is configured to be used as voltage input
   15            in6. Otherwise the pin is set as FAN1 input.
   16 
   17 - has-in7: When set, pin 6 is configured to be used as voltage input
   18            in7. Otherwise the pin is set as FAN2 input.
   19 
   20 - vcc-supply: a Phandle for the regulator supplying power, can be
   21               cofigured to measure 5.0V power supply. Default is 3.3V.
   22 
   23 Example:
   24 
   25 lm87@2e {
   26         compatible = "ti,lm87";
   27         reg = <0x2e>;
   28         has-temp3;
   29         vcc-supply = <&reg_5v0>;
   30 };

Cache object: 0b23cf59bcbc7d80e90e6f552e8c66c0


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