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