pipe.txt 377 B

123456789101112131415161718
  1. Android Goldfish QEMU Pipe
  2. Andorid pipe virtual device generated by android emulator.
  3. Required properties:
  4. - compatible : should contain "google,android-pipe" to match emulator
  5. - reg : <registers mapping>
  6. - interrupts : <interrupt mapping>
  7. Example:
  8. android_pipe@a010000 {
  9. compatible = "google,android-pipe";
  10. reg = <ff018000 0x2000>;
  11. interrupts = <0x12>;
  12. };