18c2ecf20Sopenharmony_ciDevice-Tree bindings for MediaTek SoC based RTC
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible	    : Should be "mediatek,mt2712-rtc" : for MT2712 SoC
58c2ecf20Sopenharmony_ci- reg 		    : Specifies base physical address and size of the registers;
68c2ecf20Sopenharmony_ci- interrupts	    : Should contain the interrupt for RTC alarm;
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciExample:
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cirtc: rtc@10011000 {
118c2ecf20Sopenharmony_ci	compatible = "mediatek,mt2712-rtc";
128c2ecf20Sopenharmony_ci	reg = <0 0x10011000 0 0x1000>;
138c2ecf20Sopenharmony_ci	interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_LOW>;
148c2ecf20Sopenharmony_ci};
15