summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/chemical/bme680.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/chemical/bme680.txt')
-rw-r--r--dts/Bindings/iio/chemical/bme680.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/dts/Bindings/iio/chemical/bme680.txt b/dts/Bindings/iio/chemical/bme680.txt
new file mode 100644
index 0000000000..7f3827cfb2
--- /dev/null
+++ b/dts/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>;
+};