18c2ecf20Sopenharmony_ci* MELFAS MIP4 Touchscreen
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: must be "melfas,mip4_ts"
58c2ecf20Sopenharmony_ci- reg: I2C slave address of the chip (0x48 or 0x34)
68c2ecf20Sopenharmony_ci- interrupts: interrupt to which the chip is connected
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciOptional properties:
98c2ecf20Sopenharmony_ci- ce-gpios: GPIO connected to the CE (chip enable) pin of the chip
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_ci	i2c@00000000 {
138c2ecf20Sopenharmony_ci		touchscreen: melfas_mip4@48 {
148c2ecf20Sopenharmony_ci			compatible = "melfas,mip4_ts";
158c2ecf20Sopenharmony_ci			reg = <0x48>;
168c2ecf20Sopenharmony_ci			interrupt-parent = <&gpio>;
178c2ecf20Sopenharmony_ci			interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
188c2ecf20Sopenharmony_ci			ce-gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
198c2ecf20Sopenharmony_ci		};
208c2ecf20Sopenharmony_ci	};
21