162306a36Sopenharmony_ci* MELFAS MIP4 Touchscreen
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciRequired properties:
462306a36Sopenharmony_ci- compatible: must be "melfas,mip4_ts"
562306a36Sopenharmony_ci- reg: I2C slave address of the chip (0x48 or 0x34)
662306a36Sopenharmony_ci- interrupts: interrupt to which the chip is connected
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciOptional properties:
962306a36Sopenharmony_ci- ce-gpios: GPIO connected to the CE (chip enable) pin of the chip
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciExample:
1262306a36Sopenharmony_ci	i2c@00000000 {
1362306a36Sopenharmony_ci		touchscreen: melfas_mip4@48 {
1462306a36Sopenharmony_ci			compatible = "melfas,mip4_ts";
1562306a36Sopenharmony_ci			reg = <0x48>;
1662306a36Sopenharmony_ci			interrupt-parent = <&gpio>;
1762306a36Sopenharmony_ci			interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
1862306a36Sopenharmony_ci			ce-gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
1962306a36Sopenharmony_ci		};
2062306a36Sopenharmony_ci	};
21