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/maxim,ds2760.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 Devicetree bindings for Maxim DS2760
    2 ====================================
    3 
    4 The ds2760 is a w1 slave device and must hence have its sub-node in DT
    5 under a w1 bus master node.
    6 
    7 The device exposes a power supply, so the details described in
    8 Documentation/devicetree/bindings/power/supply/power_supply.txt apply.
    9 
   10 Required properties:
   11 - compatible: must be "maxim,ds2760"
   12 
   13 Optional properties:
   14 - power-supplies:       Refers to one or more power supplies connected to
   15                         this battery.
   16 - maxim,pmod-enabled:   This boolean property enables the DS2760 to enter
   17                         sleep mode when the DQ line goes low for greater
   18                         than 2 seconds and leave sleep Mode when the DQ
   19                         line goes high.
   20 - maxim,cache-time-ms:  Time im milliseconds to cache the data for. When
   21                         this time expires, the values are read again from
   22                         the hardware. Defaults to 1000.
   23 - rated-capacity-microamp-hours:
   24                         The rated capacity of the battery, in mAh.
   25                         If not specified, the value stored in the
   26                         non-volatile chip memory is used.

Cache object: 8ad7854f878d7b9a51a718218234e8f9


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