Merge tag 'mvebu-fixes-4.17-2' of git://git.infradead.org/linux-mvebu into fixes
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / media / i2c / panasonic,amg88xx.txt
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         };