dt-bindings: iio: chemical: Add bindings for bme680
authorSebastien Bourdelin <sebastien.bourdelin@gmail.com>
Mon, 14 Jan 2019 20:19:14 +0000 (15:19 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 19 Jan 2019 17:43:04 +0000 (17:43 +0000)
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>
Documentation/devicetree/bindings/iio/chemical/bme680.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/iio/chemical/bme680.txt b/Documentation/devicetree/bindings/iio/chemical/bme680.txt
new file mode 100644 (file)
index 0000000..7f3827c
--- /dev/null
@@ -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>;
+};