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