1*6372f01cSMatt Ranostay* Melexis MLX90640 FIR Sensor 2*6372f01cSMatt Ranostay 3*6372f01cSMatt RanostayMelexis MLX90640 FIR sensor support which allows recording of thermal data 4*6372f01cSMatt Ranostaywith 32x24 resolution excluding 2 lines of coefficient data that is used by 5*6372f01cSMatt Ranostayuserspace to render processed frames. 6*6372f01cSMatt Ranostay 7*6372f01cSMatt RanostayRequired Properties: 8*6372f01cSMatt Ranostay - compatible : Must be "melexis,mlx90640" 9*6372f01cSMatt Ranostay - reg : i2c address of the device 10*6372f01cSMatt Ranostay 11*6372f01cSMatt RanostayExample: 12*6372f01cSMatt Ranostay 13*6372f01cSMatt Ranostay i2c0@1c22000 { 14*6372f01cSMatt Ranostay ... 15*6372f01cSMatt Ranostay mlx90640@33 { 16*6372f01cSMatt Ranostay compatible = "melexis,mlx90640"; 17*6372f01cSMatt Ranostay reg = <0x33>; 18*6372f01cSMatt Ranostay }; 19*6372f01cSMatt Ranostay ... 20*6372f01cSMatt Ranostay }; 21