xref: /freebsd/sys/contrib/device-tree/Bindings/rtc/google,goldfish-rtc.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotAndroid Goldfish RTC
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotAndroid Goldfish RTC device used by Android emulator.
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel VadotRequired properties:
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel Vadot- compatible : should contain "google,goldfish-rtc"
8*c66ec88fSEmmanuel Vadot- reg        : <registers mapping>
9*c66ec88fSEmmanuel Vadot- interrupts : <interrupt mapping>
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot	goldfish_timer@9020000 {
14*c66ec88fSEmmanuel Vadot		compatible = "google,goldfish-rtc";
15*c66ec88fSEmmanuel Vadot		reg = <0x9020000 0x1000>;
16*c66ec88fSEmmanuel Vadot		interrupts = <0x3>;
17*c66ec88fSEmmanuel Vadot	};
18