1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/proximity/semtech,sx9500.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Semtech's SX9500 capacitive proximity button device
10 - Jonathan Cameron <jic23@kernel.org>
24 GPIO connected to the active low reset pin.
32 additionalProperties: false
36 #include <dt-bindings/interrupt-controller/irq.h>
37 #include <dt-bindings/gpio/gpio.h>
43 compatible = "semtech,sx9500";
45 interrupt-parent = <&gpio2>;
46 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
47 reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;