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

panasonic,amg88xx.txt (356B)


      1* Panasonic AMG88xx
      2
      3The Panasonic family of AMG88xx Grid-Eye sensors allow recording
      48x8 10Hz video which consists of thermal datapoints
      5
      6Required Properties:
      7 - compatible : Must be "panasonic,amg88xx"
      8 - reg : i2c address of the device
      9
     10Example:
     11
     12	i2c0@1c22000 {
     13		...
     14		amg88xx@69 {
     15			compatible = "panasonic,amg88xx";
     16			reg = <0x69>;
     17		};
     18		...
     19	};