148a2b783SJeffrey LinRaydium I2C touchscreen
248a2b783SJeffrey Lin
348a2b783SJeffrey LinRequired properties:
448a2b783SJeffrey Lin- compatible: must be "raydium,rm32380"
548a2b783SJeffrey Lin- reg: The I2C address of the device
648a2b783SJeffrey Lin- interrupts: interrupt to which the chip is connected
748a2b783SJeffrey Lin    See ../interrupt-controller/interrupts.txt
848a2b783SJeffrey LinOptional properties:
948a2b783SJeffrey Lin- avdd-supply: analog power supply needed to power device
1048a2b783SJeffrey Lin- vccio-supply: IO Power source
1148a2b783SJeffrey Lin- reset-gpios: reset gpio the chip is connected to.
1248a2b783SJeffrey Lin
1348a2b783SJeffrey LinExample:
1448a2b783SJeffrey Lin	touchscreen@39 {
1548a2b783SJeffrey Lin		compatible = "raydium,rm32380";
1648a2b783SJeffrey Lin		reg = <0x39>;
1748a2b783SJeffrey Lin		interrupt-parent = <&gpio>;
1848a2b783SJeffrey Lin		interrupts = <0x0 IRQ_TYPE_EDGE_FALLING>;
1948a2b783SJeffrey Lin	};
20