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/rtc/epson,rx8900.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 Real Time Clock driver for:
    2   - Epson RX8900
    3   - Micro Crystal rv8803
    4 
    5 Required properties:
    6 - compatible: should be: "microcrystal,rv8803" or "epson,rx8900"
    7 - reg : the I2C address of the device for I2C
    8 
    9 Optional properties:
   10 - epson,vdet-disable : boolean, if present will disable voltage detector.
   11   Should be set if no backup battery is used.
   12 - trickle-diode-disable : boolean, if present will disable internal trickle
   13   charger diode
   14 
   15 Example:
   16 
   17         rtc: rtc@32 {
   18                 compatible = "epson,rx8900"
   19                 reg = <0x32>;
   20                 epson,vdet-disable;
   21                 trickle-diode-disable;
   22         };

Cache object: a1854ec543601a43c625db92f4ba5454


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