diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/google,goldfish-fb.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/google,goldfish-fb.txt b/Documentation/devicetree/bindings/display/google,goldfish-fb.txt new file mode 100644 index 000000000000..751fa9f51e5d --- /dev/null +++ b/Documentation/devicetree/bindings/display/google,goldfish-fb.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | Android Goldfish framebuffer | ||
2 | |||
3 | Android Goldfish framebuffer device used by Android emulator. | ||
4 | |||
5 | Required properties: | ||
6 | |||
7 | - compatible : should contain "google,goldfish-fb" | ||
8 | - reg : <registers mapping> | ||
9 | - interrupts : <interrupt mapping> | ||
10 | |||
11 | Example: | ||
12 | |||
13 | display-controller@1f008000 { | ||
14 | compatible = "google,goldfish-fb"; | ||
15 | interrupts = <0x10>; | ||
16 | reg = <0x1f008000 0x100>; | ||
17 | }; | ||