summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/media/i2c/panasonic,amg88xx.txt
blob: 4a3181a3dd7e2f606a9517ff747f0ceb38f2cf49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* Panasonic AMG88xx

The Panasonic family of AMG88xx Grid-Eye sensors allow recording
8x8 10Hz video which consists of thermal datapoints

Required Properties:
 - compatible : Must be "panasonic,amg88xx"
 - reg : i2c address of the device

Example:

	i2c0@1c22000 {
		...
		amg88xx@69 {
			compatible = "panasonic,amg88xx";
			reg = <0x69>;
		};
		...
	};