maxim,ds2760.txt 990 B

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