mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
dt-bindings: iio: chemical: Add bindings for bme680
BME680 is a pressure/temperature/humidity/voc sensor. Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@gmail.com> Acked-by: Himanshu Jha <himanshujha199640@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
f7da884578
commit
8b1352a008
11
Documentation/devicetree/bindings/iio/chemical/bme680.txt
Normal file
11
Documentation/devicetree/bindings/iio/chemical/bme680.txt
Normal file
@ -0,0 +1,11 @@
|
||||
Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
|
||||
|
||||
Required properties:
|
||||
- compatible: must be "bosch,bme680"
|
||||
|
||||
Example:
|
||||
|
||||
bme680@76 {
|
||||
compatible = "bosch,bme680";
|
||||
reg = <0x76>;
|
||||
};
|
Loading…
Reference in New Issue
Block a user