diff options
author | Sebastien Bourdelin <sebastien.bourdelin@gmail.com> | 2019-01-14 23:19:14 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-01-19 20:43:04 +0300 |
commit | 8b1352a008bc49fce5bf8b86b9e7fe433f387705 (patch) | |
tree | 9f2ebd4ecdb67d94f9fb0d95c39236cc1e56b0e5 /Documentation/devicetree/bindings/iio | |
parent | f7da884578212f10fd200e48f4e4c56f78e513d6 (diff) | |
download | linux-8b1352a008bc49fce5bf8b86b9e7fe433f387705.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/iio')
-rw-r--r-- | Documentation/devicetree/bindings/iio/chemical/bme680.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/chemical/bme680.txt b/Documentation/devicetree/bindings/iio/chemical/bme680.txt new file mode 100644 index 000000000000..7f3827cfb2ff --- /dev/null +++ b/Documentation/devicetree/bindings/iio/chemical/bme680.txt @@ -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>; +}; |