Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / rtc / google,goldfish-rtc.txt
blob634312dd95ca7e84b7ac0b5624569d34256f98b5
1 Android Goldfish RTC
3 Android Goldfish RTC device used by Android emulator.
5 Required properties:
7 - compatible : should contain "google,goldfish-rtc"
8 - reg        : <registers mapping>
9 - interrupts : <interrupt mapping>
11 Example:
13         goldfish_timer@9020000 {
14                 compatible = "google,goldfish-rtc";
15                 reg = <0x9020000 0x1000>;
16                 interrupts = <0x3>;
17         };