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