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