Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a authored by Linus Torvalds on 02 June 2019, 20:55:33 UTC
Linux 5.2-rc3
Tip revision: f2c7c76
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