Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / iio / proximity / sx9500.txt
blobb301dd2b35dac9c8f6531f5846bcc5f6d041992b
1 Semtech's SX9500 capacitive proximity button device driver
3 Required properties:
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.
12 Optional properties:
13         - reset-gpios: Reference to the GPIO connected to the device's active
14           low reset pin.
16 Example:
18 sx9500@28 {
19         compatible = "semtech,sx9500";
20         reg = <0x28>;
21         interrupt-parent = <&gpio2>;
22         interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
23         reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;