Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[cascardo/linux.git] / Documentation / devicetree / bindings / goldfish / audio.txt
1 Android Goldfish Audio
2
3 Android goldfish audio device generated by android emulator.
4
5 Required properties:
6
7 - compatible : should contain "google,goldfish-audio" to match emulator
8 - reg        : <registers mapping>
9 - interrupts : <interrupt mapping>
10
11 Example:
12
13         goldfish_audio@9030000 {
14                 compatible = "google,goldfish-audio";
15                 reg = <0x9030000 0x100>;
16                 interrupts = <0x4>;
17         };