1 Android Goldfish QEMU Pipe 1 Android Goldfish QEMU Pipe 2 2 3 Andorid pipe virtual device generated by andro 3 Andorid pipe virtual device generated by android emulator. 4 4 5 Required properties: 5 Required properties: 6 6 7 - compatible : should contain "google,android- 7 - compatible : should contain "google,android-pipe" to match emulator 8 - reg : <registers mapping> 8 - reg : <registers mapping> 9 - interrupts : <interrupt mapping> 9 - interrupts : <interrupt mapping> 10 10 11 Example: 11 Example: 12 12 13 android_pipe@a010000 { 13 android_pipe@a010000 { 14 compatible = "google,android-p 14 compatible = "google,android-pipe"; 15 reg = <ff018000 0x2000>; 15 reg = <ff018000 0x2000>; 16 interrupts = <0x12>; 16 interrupts = <0x12>; 17 }; 17 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.