google,goldfish-fb.txt 370 B

1234567891011121314151617
  1. Android Goldfish framebuffer
  2. Android Goldfish framebuffer device used by Android emulator.
  3. Required properties:
  4. - compatible : should contain "google,goldfish-fb"
  5. - reg : <registers mapping>
  6. - interrupts : <interrupt mapping>
  7. Example:
  8. display-controller@1f008000 {
  9. compatible = "google,goldfish-fb";
  10. interrupts = <0x10>;
  11. reg = <0x1f008000 0x100>;
  12. };