Lines Matching +full:gpx3 +full:- +full:3
1 * HID over I2C Device-Tree bindings
8 http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx
10 If this binding is used, the kernel module i2c-hid will handle the communication
14 - compatible: must be "hid-over-i2c"
15 - reg: i2c slave address
16 - hid-descr-addr: HID descriptor address
17 - interrupts: interrupt line
23 device-specific compatible properties, which should be used in addition to the
24 "hid-over-i2c" string.
26 - compatible:
28 - vdd-supply (3.3V)
29 - vddl-supply (1.8V)
30 - post-power-on-delay-ms
32 - vdd-supply: phandle of the regulator that provides the supply voltage.
33 - post-power-on-delay-ms: time required by the device after enabling its regulators
35 - touchscreen-inverted-x: See touchscreen.txt
36 - touchscreen-inverted-y: See touchscreen.txt
40 i2c-hid-dev@2c {
41 compatible = "hid-over-i2c";
43 hid-descr-addr = <0x0020>;
44 interrupt-parent = <&gpx3>;
45 interrupts = <3 2>;