1 * Amlogic Virtual RTC (VRTC)
3 This is a Linux interface to an RTC managed by firmware, hence it's
4 virtual from a Linux perspective. The interface is 1 register where
5 an alarm time (in seconds) is to be written.
8 - compatible: should be "amlogic,meson-vrtc"
9 - reg: physical address for the alarm register
11 The alarm register is a simple scratch register shared between the
12 application processors (AP) and the secure co-processor (SCP.) When
13 the AP suspends, the SCP will use the value of this register to
14 program an always-on timer before going sleep. When the timer expires,
15 the SCP will wake up and will then wake the AP.
20 compatible = "amlogic,meson-vrtc";
21 reg = <0x0 0x000a8 0x0 0x4>;