xref: /freebsd/sys/contrib/device-tree/Bindings/goldfish/events.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotAndroid Goldfish Events Keypad
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotAndroid goldfish events keypad device generated by android emulator.
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel VadotRequired properties:
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel Vadot- compatible : should contain "google,goldfish-events-keypad" to match emulator
8*c66ec88fSEmmanuel Vadot- reg        : <registers mapping>
9*c66ec88fSEmmanuel Vadot- interrupts : <interrupt mapping>
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot	goldfish-events@9040000 {
14*c66ec88fSEmmanuel Vadot		compatible = "google,goldfish-events-keypad";
15*c66ec88fSEmmanuel Vadot		reg = <0x9040000 0x1000>;
16*c66ec88fSEmmanuel Vadot		interrupts = <0x5>;
17*c66ec88fSEmmanuel Vadot	};
18