| 
     1 Android Goldfish RTC
    2 
    3 Android Goldfish RTC device used by Android emulator.
    4 
    5 Required properties:
    6 
    7 - compatible : should contain "google,goldfish-rtc"
    8 - reg        : <registers mapping>
    9 - interrupts : <interrupt mapping>
   10 
   11 Example:
   12 
   13         goldfish_timer@9020000 {
   14                 compatible = "google,goldfish-rtc";
   15                 reg = <0x9020000 0x1000>;
   16                 interrupts = <0x3>;
   17         };
Cache object: 45a1c3987e638799e33bd0c45cef0b89 
 
 |