blob: e417a31a1ee3f7ea85a8d6f8edff7c181128af77 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Android Goldfish QEMU Pipe
2
3Andorid pipe virtual device generated by android emulator.
4
5Required properties:
6
7- compatible : should contain "google,android-pipe" to match emulator
8- reg : <registers mapping>
9- interrupts : <interrupt mapping>
10
11Example:
12
13 android_pipe@a010000 {
14 compatible = "google,android-pipe";
15 reg = <ff018000 0x2000>;
16 interrupts = <0x12>;
17 };