xref: /freebsd/sys/contrib/device-tree/Bindings/iio/humidity/htu21.txt (revision af23369a6deaaeb612ab266eb88b8bb8d560c322)
1*HTU21 - Measurement-Specialties htu21 temperature & humidity sensor and humidity part of MS8607 sensor
2
3Required properties:
4
5	- compatible: should be "meas,htu21" or "meas,ms8607-humidity"
6	- reg: I2C address of the sensor
7
8Example:
9
10htu21@40 {
11	compatible = "meas,htu21";
12	reg = <0x40>;
13};
14