Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / input / touchscreen / sx8654.txt
1 * Semtech SX8654 I2C Touchscreen Controller
2
3 Required properties:
4 - compatible: must be one of the following, depending on the model:
5         "semtech,sx8650"
6         "semtech,sx8654"
7         "semtech,sx8655"
8         "semtech,sx8656"
9 - reg: i2c slave address
10 - interrupts: touch controller interrupt
11
12 Optional properties:
13  - reset-gpios: GPIO specification for the NRST input
14
15 Example:
16
17         sx8654@48 {
18                 compatible = "semtech,sx8654";
19                 reg = <0x48>;
20                 interrupt-parent = <&gpio6>;
21                 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
22                 reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
23         };