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
/
iio
/
chemical
/
bme680.txt
blob
7f3827cfb2ff69a3b530691b258b6760ecc9d5fc
1
Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
2
3
Required properties:
4
- compatible: must be "bosch,bme680"
5
6
Example:
7
8
bme680@76 {
9
compatible = "bosch,bme680";
10
reg = <0x76>;
11
};