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/power/supply/max17042_battery.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 max17042_battery
    2 ~~~~~~~~~~~~~~~~
    3 
    4 Required properties :
    5  - compatible : one of the following
    6  * "maxim,max17042"
    7  * "maxim,max17047"
    8  * "maxim,max17050"
    9  * "maxim,max17055"
   10 
   11 Optional properties :
   12  - maxim,rsns-microohm : Resistance of rsns resistor in micro Ohms
   13                          (datasheet-recommended value is 10000).
   14    Defining this property enables current-sense functionality.
   15 
   16 Optional threshold properties :
   17  If skipped the condition won't be reported.
   18  - maxim,cold-temp :      Temperature threshold to report battery
   19                           as cold (in tenths of degree Celsius).
   20  - maxim,over-heat-temp : Temperature threshold to report battery
   21                           as over heated (in tenths of degree Celsius).
   22  - maxim,dead-volt :      Voltage threshold to report battery
   23                           as dead (in mV).
   24  - maxim,over-volt :      Voltage threshold to report battery
   25                           as over voltage (in mV).
   26 
   27 Example:
   28 
   29         battery-charger@36 {
   30                 compatible = "maxim,max17042";
   31                 reg = <0x36>;
   32                 maxim,rsns-microohm = <10000>;
   33                 maxim,over-heat-temp = <600>;
   34                 maxim,over-volt = <4300>;
   35         };

Cache object: 73ffc376fe88206f4a0846ef238df456


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