xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/goldfish/pipe.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunAndroid Goldfish QEMU Pipe
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunAndorid pipe virtual device generated by android emulator.
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunRequired properties:
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun- compatible : should contain "google,android-pipe" to match emulator
8*4882a593Smuzhiyun- reg        : <registers mapping>
9*4882a593Smuzhiyun- interrupts : <interrupt mapping>
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunExample:
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	android_pipe@a010000 {
14*4882a593Smuzhiyun		compatible = "google,android-pipe";
15*4882a593Smuzhiyun		reg = <ff018000 0x2000>;
16*4882a593Smuzhiyun		interrupts = <0x12>;
17*4882a593Smuzhiyun	};
18