xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/rtc-mt2712.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunDevice-Tree bindings for MediaTek SoC based RTC
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible	    : Should be "mediatek,mt2712-rtc" : for MT2712 SoC
5*4882a593Smuzhiyun- reg 		    : Specifies base physical address and size of the registers;
6*4882a593Smuzhiyun- interrupts	    : Should contain the interrupt for RTC alarm;
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunExample:
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunrtc: rtc@10011000 {
11*4882a593Smuzhiyun	compatible = "mediatek,mt2712-rtc";
12*4882a593Smuzhiyun	reg = <0 0x10011000 0 0x1000>;
13*4882a593Smuzhiyun	interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_LOW>;
14*4882a593Smuzhiyun};
15