Lines Matching +full:ev +full:- +full:evienb
8 - "compatible": Should be one of the following:
9 - "isil,isl1208"
10 - "isil,isl1209"
11 - "isil,isl1218"
12 - "isil,isl1219"
13 - "reg": I2C bus address of the device
16 - "interrupt-names": list which may contains "irq" and "evdet"
18 - "interrupts": list of interrupts for "irq" and "evdet"
20 - "isil,ev-evienb": Enable or disable internal pull on EVIN pin
23 Value 0 enables internal pull-up on evin pin, 1 disables it.
24 Default will leave the non-volatile configuration of the pullup
28 connected to SoC gpio2 pin 24 and internal pull-up enabled in EVIN pin.
33 interrupt-names = "irq", "evdet";
34 interrupts-extended = <&gpio1 12 IRQ_TYPE_EDGE_FALLING>,
36 isil,ev-evienb = <1>;