google,goldfish-rtc.txt 350 B

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