xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/raydium_i2c_ts.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunRaydium I2C touchscreen
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: must be "raydium,rm32380"
5*4882a593Smuzhiyun- reg: The I2C address of the device
6*4882a593Smuzhiyun- interrupts: interrupt to which the chip is connected
7*4882a593Smuzhiyun    See ../interrupt-controller/interrupts.txt
8*4882a593SmuzhiyunOptional properties:
9*4882a593Smuzhiyun- avdd-supply: analog power supply needed to power device
10*4882a593Smuzhiyun- vccio-supply: IO Power source
11*4882a593Smuzhiyun- reset-gpios: reset gpio the chip is connected to.
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunExample:
14*4882a593Smuzhiyun	touchscreen@39 {
15*4882a593Smuzhiyun		compatible = "raydium,rm32380";
16*4882a593Smuzhiyun		reg = <0x39>;
17*4882a593Smuzhiyun		interrupt-parent = <&gpio>;
18*4882a593Smuzhiyun		interrupts = <0x0 IRQ_TYPE_EDGE_FALLING>;
19*4882a593Smuzhiyun	};
20