From 8b1352a008bc49fce5bf8b86b9e7fe433f387705 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdelin Date: Mon, 14 Jan 2019 15:19:14 -0500 Subject: [PATCH] dt-bindings: iio: chemical: Add bindings for bme680 BME680 is a pressure/temperature/humidity/voc sensor. Signed-off-by: Sebastien Bourdelin Acked-by: Himanshu Jha Reviewed-by: Rob Herring Signed-off-by: Jonathan Cameron --- .../devicetree/bindings/iio/chemical/bme680.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/chemical/bme680.txt 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>; +}; -- 2.45.2