rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / goldfish / tty.txt
blob82648278da774ebba0a78723665cceaeabcb60a4
1 Android Goldfish TTY
3 Android goldfish tty device generated by android emulator.
5 Required properties:
7 - compatible : should contain "google,goldfish-tty" to match emulator
8 - reg        : <registers mapping>
9 - interrupts : <interrupt mapping>
11 Example:
13         goldfish_tty@1f004000 {
14                 compatible = "google,goldfish-tty";
15                 reg = <0x1f004000 0x1000>;
16                 interrupts = <0xc>;
17         };