summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/humidity/htu21.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/humidity/htu21.txt')
-rw-r--r--dts/Bindings/iio/humidity/htu21.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/Bindings/iio/humidity/htu21.txt b/dts/Bindings/iio/humidity/htu21.txt
new file mode 100644
index 0000000000..97d79636f7
--- /dev/null
+++ b/dts/Bindings/iio/humidity/htu21.txt
@@ -0,0 +1,13 @@
+*HTU21 - Measurement-Specialties htu21 temperature & humidity sensor and humidity part of MS8607 sensor
+
+Required properties:
+
+ - compatible: should be "meas,htu21" or "meas,ms8607-humidity"
+ - reg: I2C address of the sensor
+
+Example:
+
+htu21@40 {
+ compatible = "meas,htu21";
+ reg = <0x40>;
+};