11613976bSMartin Kepplinger* Microchip AR1020 and AR1021 touchscreen interface (I2C)
21613976bSMartin Kepplinger
31613976bSMartin KepplingerRequired properties:
41613976bSMartin Kepplinger- compatible		: "microchip,ar1021-i2c"
51613976bSMartin Kepplinger- reg			: I2C slave address
61613976bSMartin Kepplinger- interrupts		: touch controller interrupt
71613976bSMartin Kepplinger
81613976bSMartin KepplingerExample:
91613976bSMartin Kepplinger
101613976bSMartin Kepplinger	touchscreen@4d {
111613976bSMartin Kepplinger		compatible = "microchip,ar1021-i2c";
121613976bSMartin Kepplinger		reg = <0x4d>;
131613976bSMartin Kepplinger		interrupt-parent = <&gpio3>;
141613976bSMartin Kepplinger		interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
151613976bSMartin Kepplinger	};
16