16372f01cSMatt Ranostay* Melexis MLX90640 FIR Sensor
26372f01cSMatt Ranostay
36372f01cSMatt RanostayMelexis MLX90640 FIR sensor support which allows recording of thermal data
46372f01cSMatt Ranostaywith 32x24 resolution excluding 2 lines of coefficient data that is used by
56372f01cSMatt Ranostayuserspace to render processed frames.
66372f01cSMatt Ranostay
76372f01cSMatt RanostayRequired Properties:
86372f01cSMatt Ranostay - compatible : Must be "melexis,mlx90640"
96372f01cSMatt Ranostay - reg : i2c address of the device
106372f01cSMatt Ranostay
116372f01cSMatt RanostayExample:
126372f01cSMatt Ranostay
136372f01cSMatt Ranostay	i2c0@1c22000 {
146372f01cSMatt Ranostay		...
156372f01cSMatt Ranostay		mlx90640@33 {
166372f01cSMatt Ranostay			compatible = "melexis,mlx90640";
176372f01cSMatt Ranostay			reg = <0x33>;
186372f01cSMatt Ranostay		};
196372f01cSMatt Ranostay		...
206372f01cSMatt Ranostay	};
21