The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/rtc/rtc-meson-vrtc.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * Amlogic Virtual RTC (VRTC)
    2 
    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.
    6 
    7 Required properties:
    8 - compatible: should be "amlogic,meson-vrtc"
    9 - reg: physical address for the alarm register
   10 
   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.
   16 
   17 Example:
   18 
   19         vrtc: rtc@0a8 {
   20                 compatible = "amlogic,meson-vrtc";
   21                 reg = <0x0 0x000a8 0x0 0x4>;
   22         };

Cache object: 351b8c893de4a9d2cad045a80159b72b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.