Back to home page

OSCL-LXR

 
 

    


0001 Device-Tree bindings for MediaTek PMIC based RTC
0002 
0003 MediaTek PMIC based RTC is an independent function of MediaTek PMIC that works
0004 as a type of multi-function device (MFD). The RTC can be configured and set up
0005 with PMIC wrapper bus which is a common resource shared with the other
0006 functions found on the same PMIC.
0007 
0008 For MediaTek PMIC MFD bindings, see:
0009 ../mfd/mt6397.txt
0010 
0011 For MediaTek PMIC wrapper bus bindings, see:
0012 ../soc/mediatek/pwrap.txt
0013 
0014 Required properties:
0015 - compatible: Should be one of follows
0016        "mediatek,mt6323-rtc": for MT6323 PMIC
0017        "mediatek,mt6358-rtc": for MT6358 PMIC
0018        "mediatek,mt6366-rtc", "mediatek,mt6358-rtc": for MT6366 PMIC
0019        "mediatek,mt6397-rtc": for MT6397 PMIC
0020 
0021 Example:
0022 
0023        pmic {
0024                compatible = "mediatek,mt6323";
0025 
0026                ...
0027 
0028                rtc {
0029                        compatible = "mediatek,mt6323-rtc";
0030                };
0031        };