| .. | .. |
|---|
| 1 | | -* Sitronix st1232 touchscreen controller |
|---|
| 1 | +* Sitronix st1232 or st1633 touchscreen controller |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Required properties: |
|---|
| 4 | | -- compatible: must be "sitronix,st1232" |
|---|
| 4 | +- compatible: must contain one of |
|---|
| 5 | + * "sitronix,st1232" |
|---|
| 6 | + * "sitronix,st1633" |
|---|
| 5 | 7 | - reg: I2C address of the chip |
|---|
| 6 | 8 | - interrupts: interrupt to which the chip is connected |
|---|
| 7 | 9 | |
|---|
| 8 | 10 | Optional properties: |
|---|
| 9 | 11 | - gpios: a phandle to the reset GPIO |
|---|
| 10 | 12 | |
|---|
| 13 | +For additional optional properties see: touchscreen.txt |
|---|
| 14 | + |
|---|
| 11 | 15 | Example: |
|---|
| 12 | 16 | |
|---|
| 13 | 17 | i2c@00000000 { |
|---|