| .. | .. |
|---|
| 1 | 1 | * Semtech SX8654 I2C Touchscreen Controller |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Required properties: |
|---|
| 4 | | -- compatible: must be "semtech,sx8654" |
|---|
| 4 | +- compatible: must be one of the following, depending on the model: |
|---|
| 5 | + "semtech,sx8650" |
|---|
| 6 | + "semtech,sx8654" |
|---|
| 7 | + "semtech,sx8655" |
|---|
| 8 | + "semtech,sx8656" |
|---|
| 5 | 9 | - reg: i2c slave address |
|---|
| 6 | 10 | - interrupts: touch controller interrupt |
|---|
| 11 | + |
|---|
| 12 | +Optional properties: |
|---|
| 13 | + - reset-gpios: GPIO specification for the NRST input |
|---|
| 7 | 14 | |
|---|
| 8 | 15 | Example: |
|---|
| 9 | 16 | |
|---|
| .. | .. |
|---|
| 12 | 19 | reg = <0x48>; |
|---|
| 13 | 20 | interrupt-parent = <&gpio6>; |
|---|
| 14 | 21 | interrupts = <3 IRQ_TYPE_EDGE_FALLING>; |
|---|
| 22 | + reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>; |
|---|
| 15 | 23 | }; |
|---|