1 Semtech's SX9500 capacitive proximity button device driver
4 - compatible: must be "semtech,sx9500"
5 - reg: i2c address where to find the device
6 - interrupt-parent : should be the phandle for the interrupt controller
7 - interrupts : the sole interrupt generated by the device
9 Refer to interrupt-controller/interrupts.txt for generic
10 interrupt client node bindings.
13 - reset-gpios: Reference to the GPIO connected to the device's active
19 compatible = "semtech,sx9500";
21 interrupt-parent = <&gpio2>;
22 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
23 reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;