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 - interrupts : the sole interrupt generated by the device
8 Refer to interrupt-controller/interrupts.txt for generic
9 interrupt client node bindings.
12 - reset-gpios: Reference to the GPIO connected to the device's active
18 compatible = "semtech,sx9500";
20 interrupt-parent = <&gpio2>;
21 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
22 reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;