Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 8f031626cf8f7c7d41484ce0c4c8ee51 > files > 2403

kernel-doc-5.4.17-1.mga7.noarch.rpm

* MS5637 - Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor

Required properties:

	-compatible: should be one of the following
		meas,ms5637
		meas,ms5805
		meas,ms5837
		meas,ms8607-temppressure
	-reg: I2C address of the sensor

Example:

ms5637@76 {
	compatible = "meas,ms5637";
	reg = <0x76>;
};