32 lines · plain
1Device-Tree bindings for MediaTek PMIC based RTC2 3MediaTek PMIC based RTC is an independent function of MediaTek PMIC that works4as a type of multi-function device (MFD). The RTC can be configured and set up5with PMIC wrapper bus which is a common resource shared with the other6functions found on the same PMIC.7 8For MediaTek PMIC MFD bindings, see:9../mfd/mt6397.txt10 11For MediaTek PMIC wrapper bus bindings, see:12../soc/mediatek/pwrap.txt13 14Required properties:15- compatible: Should be one of follows16 "mediatek,mt6323-rtc": for MT6323 PMIC17 "mediatek,mt6358-rtc": for MT6358 PMIC18 "mediatek,mt6366-rtc", "mediatek,mt6358-rtc": for MT6366 PMIC19 "mediatek,mt6397-rtc": for MT6397 PMIC20 21Example:22 23 pmic {24 compatible = "mediatek,mt6323";25 26 ...27 28 rtc {29 compatible = "mediatek,mt6323-rtc";30 };31 };32