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/rtc-mt6397.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 Device-Tree bindings for MediaTek PMIC based RTC
    2 
    3 MediaTek PMIC based RTC is an independent function of MediaTek PMIC that works
    4 as a type of multi-function device (MFD). The RTC can be configured and set up
    5 with PMIC wrapper bus which is a common resource shared with the other
    6 functions found on the same PMIC.
    7 
    8 For MediaTek PMIC MFD bindings, see:
    9 ../mfd/mt6397.txt
   10 
   11 For MediaTek PMIC wrapper bus bindings, see:
   12 ../soc/mediatek/pwrap.txt
   13 
   14 Required properties:
   15 - compatible: Should be one of follows
   16        "mediatek,mt6323-rtc": for MT6323 PMIC
   17        "mediatek,mt6358-rtc": for MT6358 PMIC
   18        "mediatek,mt6366-rtc", "mediatek,mt6358-rtc": for MT6366 PMIC
   19        "mediatek,mt6397-rtc": for MT6397 PMIC
   20 
   21 Example:
   22 
   23        pmic {
   24                compatible = "mediatek,mt6323";
   25 
   26                ...
   27 
   28                rtc {
   29                        compatible = "mediatek,mt6323-rtc";
   30                };
   31        };

Cache object: 156b2bf28bef56b36aa3c09a9f7ef87f


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