1*48a2b783SJeffrey LinRaydium I2C touchscreen
2*48a2b783SJeffrey Lin
3*48a2b783SJeffrey LinRequired properties:
4*48a2b783SJeffrey Lin- compatible: must be "raydium,rm32380"
5*48a2b783SJeffrey Lin- reg: The I2C address of the device
6*48a2b783SJeffrey Lin- interrupts: interrupt to which the chip is connected
7*48a2b783SJeffrey Lin    See ../interrupt-controller/interrupts.txt
8*48a2b783SJeffrey LinOptional properties:
9*48a2b783SJeffrey Lin- avdd-supply: analog power supply needed to power device
10*48a2b783SJeffrey Lin- vccio-supply: IO Power source
11*48a2b783SJeffrey Lin- reset-gpios: reset gpio the chip is connected to.
12*48a2b783SJeffrey Lin
13*48a2b783SJeffrey LinExample:
14*48a2b783SJeffrey Lin	touchscreen@39 {
15*48a2b783SJeffrey Lin		compatible = "raydium,rm32380";
16*48a2b783SJeffrey Lin		reg = <0x39>;
17*48a2b783SJeffrey Lin		interrupt-parent = <&gpio>;
18*48a2b783SJeffrey Lin		interrupts = <0x0 IRQ_TYPE_EDGE_FALLING>;
19*48a2b783SJeffrey Lin	};
20