Merge tag 'bitmain-soc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mani...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / goldfish / tty.txt
1 Android Goldfish TTY
2
3 Android goldfish tty device generated by android emulator.
4
5 Required properties:
6
7 - compatible : should contain "google,goldfish-tty" to match emulator
8 - reg        : <registers mapping>
9 - interrupts : <interrupt mapping>
10
11 Example:
12
13         goldfish_tty@1f004000 {
14                 compatible = "google,goldfish-tty";
15                 reg = <0x1f004000 0x1000>;
16                 interrupts = <0xc>;
17         };