brintos

brintos / linux-shallow public Read only

0
0
Text · 377 B · e417a31 Raw
18 lines · plain
1Android Goldfish QEMU Pipe2 3Andorid pipe virtual device generated by android emulator.4 5Required properties:6 7- compatible : should contain "google,android-pipe" to match emulator8- 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	};18