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/da9150-fg.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 Dialog Semiconductor DA9150 Fuel-Gauge Power Supply bindings
    2 
    3 Required properties:
    4 - compatible: "dlg,da9150-fuel-gauge" for DA9150 Fuel-Gauge Power Supply
    5 
    6 Optional properties:
    7 - dlg,update-interval: Interval time (milliseconds) between battery level checks.
    8 - dlg,warn-soc-level: Battery discharge level (%) where warning event raised.
    9       [1 - 100]
   10 - dlg,crit-soc-level: Battery discharge level (%) where critical event raised.
   11   This value should be lower than the warning level.
   12       [1 - 100]
   13 
   14 
   15 Example:
   16 
   17         fuel-gauge {
   18                 compatible = "dlg,da9150-fuel-gauge";
   19 
   20                 dlg,update-interval = <10000>;
   21                 dlg,warn-soc-level = /bits/ 8 <15>;
   22                 dlg,crit-soc-level = /bits/ 8 <5>;
   23         };

Cache object: 2f6e75d60b41ba6e2fe913072d1d5e9c


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