Lines Matching +full:real +full:- +full:time
1 Cadence Real Time Clock
3 The Cadence RTC controller with date, time and alarm capabilities.
4 The alarm may wake the system from low-power state.
7 - compatible: Should be "cdns,rtc-r109v3"
8 - reg: Specifies base physical address and size of the register area.
9 - interrupts: A single interrupt specifier.
10 - clocks: Must contain two entries:
11 - pclk: APB registers clock
12 - ref_clk: reference 1Hz or 100Hz clock, depending on IP configuration
13 See ../clocks/clock-bindings.txt for details.
17 compatible = "cdns,rtc-r109v3";
20 clock-names = "pclk", "ref_clk";
23 interrupt-parent = <&gic>;