GNU Linux-libre 6.1.90-gnu
[releases.git] / Documentation / devicetree / bindings / rtc / rtc-mt2712.txt
1 Device-Tree bindings for MediaTek SoC based RTC
2
3 Required properties:
4 - compatible        : Should be "mediatek,mt2712-rtc" : for MT2712 SoC
5 - reg               : Specifies base physical address and size of the registers;
6 - interrupts        : Should contain the interrupt for RTC alarm;
7
8 Example:
9
10 rtc: rtc@10011000 {
11         compatible = "mediatek,mt2712-rtc";
12         reg = <0 0x10011000 0 0x1000>;
13         interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_LOW>;
14 };