repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
media
/
i2c
/
panasonic,amg88xx.txt
blob
4a3181a3dd7e2f606a9517ff747f0ceb38f2cf49
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
};