Back to home page

OSCL-LXR

 
 

    


0001 Android Goldfish RTC
0002 
0003 Android Goldfish RTC device used by Android emulator.
0004 
0005 Required properties:
0006 
0007 - compatible : should contain "google,goldfish-rtc"
0008 - reg        : <registers mapping>
0009 - interrupts : <interrupt mapping>
0010 
0011 Example:
0012 
0013         goldfish_timer@9020000 {
0014                 compatible = "google,goldfish-rtc";
0015                 reg = <0x9020000 0x1000>;
0016                 interrupts = <0x3>;
0017         };