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- interrupt-parent: the phandle for the interrupt controller
748a2b783SJeffrey Lin- interrupts: interrupt to which the chip is connected
848a2b783SJeffrey Lin    See ../interrupt-controller/interrupts.txt
948a2b783SJeffrey LinOptional properties:
1048a2b783SJeffrey Lin- avdd-supply: analog power supply needed to power device
1148a2b783SJeffrey Lin- vccio-supply: IO Power source
1248a2b783SJeffrey Lin- reset-gpios: reset gpio the chip is connected to.
1348a2b783SJeffrey Lin
1448a2b783SJeffrey LinExample:
1548a2b783SJeffrey Lin	touchscreen@39 {
1648a2b783SJeffrey Lin		compatible = "raydium,rm32380";
1748a2b783SJeffrey Lin		reg = <0x39>;
1848a2b783SJeffrey Lin		interrupt-parent = <&gpio>;
1948a2b783SJeffrey Lin		interrupts = <0x0 IRQ_TYPE_EDGE_FALLING>;
2048a2b783SJeffrey Lin	};
21