Back to home page

OSCL-LXR

 
 

    


0001 Device-Tree bindings for MediaTek SoC based RTC
0002 
0003 Required properties:
0004 - compatible        : Should be "mediatek,mt2712-rtc" : for MT2712 SoC
0005 - reg               : Specifies base physical address and size of the registers;
0006 - interrupts        : Should contain the interrupt for RTC alarm;
0007 
0008 Example:
0009 
0010 rtc: rtc@10011000 {
0011         compatible = "mediatek,mt2712-rtc";
0012         reg = <0 0x10011000 0 0x1000>;
0013         interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_LOW>;
0014 };