Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / goldfish / pipe.txt
blobe417a31a1ee3f7ea85a8d6f8edff7c181128af77
1 Android Goldfish QEMU Pipe
3 Andorid pipe virtual device generated by android emulator.
5 Required properties:
7 - compatible : should contain "google,android-pipe" to match emulator
8 - reg        : <registers mapping>
9 - interrupts : <interrupt mapping>
11 Example:
13         android_pipe@a010000 {
14                 compatible = "google,android-pipe";
15                 reg = <ff018000 0x2000>;
16                 interrupts = <0x12>;
17         };