Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > d2cbc8c1c239948c40e4112dfd1c65c5 > files > 2659

kernel-linus-doc-5.10.6-1.mga7.noarch.rpm

*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>;
};