aboutsummaryrefslogtreecommitdiff
path: root/Bindings/display/google,goldfish-fb.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/display/google,goldfish-fb.txt')
-rw-r--r--Bindings/display/google,goldfish-fb.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Bindings/display/google,goldfish-fb.txt b/Bindings/display/google,goldfish-fb.txt
new file mode 100644
index 00000000000..751fa9f51e5
--- /dev/null
+++ b/Bindings/display/google,goldfish-fb.txt
@@ -0,0 +1,17 @@
+Android Goldfish framebuffer
+
+Android Goldfish framebuffer device used by Android emulator.
+
+Required properties:
+
+- compatible : should contain "google,goldfish-fb"
+- reg : <registers mapping>
+- interrupts : <interrupt mapping>
+
+Example:
+
+ display-controller@1f008000 {
+ compatible = "google,goldfish-fb";
+ interrupts = <0x10>;
+ reg = <0x1f008000 0x100>;
+ };