Lines Matching +full:reg +full:- +full:names
1 Device-Tree bindings for MediaTek SoC based RTC
4 - compatible : Should be
5 "mediatek,mt7622-rtc", "mediatek,soc-rtc" : for MT7622 SoC
6 - reg : Specifies base physical address and size of the registers;
7 - interrupts : Should contain the interrupt for RTC alarm;
8 - clocks : Specifies list of clock specifiers, corresponding to
9 entries in clock-names property;
10 - clock-names : Should contain "rtc" entries
15 compatible = "mediatek,mt7622-rtc",
16 "mediatek,soc-rtc";
17 reg = <0 0x10212800 0 0x200>;
20 clock-names = "rtc";