18c2ecf20Sopenharmony_ciSemtech's SX9500 capacitive proximity button device driver
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci	- compatible: must be "semtech,sx9500"
58c2ecf20Sopenharmony_ci	- reg: i2c address where to find the device
68c2ecf20Sopenharmony_ci	- interrupts : the sole interrupt generated by the device
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci	Refer to interrupt-controller/interrupts.txt for generic
98c2ecf20Sopenharmony_ci	interrupt client node bindings.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciOptional properties:
128c2ecf20Sopenharmony_ci	- reset-gpios: Reference to the GPIO connected to the device's active
138c2ecf20Sopenharmony_ci	  low reset pin.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_cisx9500@28 {
188c2ecf20Sopenharmony_ci	compatible = "semtech,sx9500";
198c2ecf20Sopenharmony_ci	reg = <0x28>;
208c2ecf20Sopenharmony_ci	interrupt-parent = <&gpio2>;
218c2ecf20Sopenharmony_ci	interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
228c2ecf20Sopenharmony_ci	reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
238c2ecf20Sopenharmony_ci};
24