cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

melexis,mlx90640.txt (437B)


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