0001 Raydium I2C touchscreen
0002
0003 Required properties:
0004 - compatible: must be "raydium,rm32380"
0005 - reg: The I2C address of the device
0006 - interrupts: interrupt to which the chip is connected
0007 See ../interrupt-controller/interrupts.txt
0008 Optional properties:
0009 - avdd-supply: analog power supply needed to power device
0010 - vccio-supply: IO Power source
0011 - reset-gpios: reset gpio the chip is connected to.
0012
0013 Example:
0014 touchscreen@39 {
0015 compatible = "raydium,rm32380";
0016 reg = <0x39>;
0017 interrupt-parent = <&gpio>;
0018 interrupts = <0x0 IRQ_TYPE_EDGE_FALLING>;
0019 };