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