Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 authored by Linus Torvalds on 11 February 2018, 23:04:29 UTC
Linux 4.16-rc1
Tip revision: 7928b2c
ms5637.txt
* 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>;
};
back to top