mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
dt-bindings: iio: pressure: Add bindings for MS5637, MS5805, MS5837 and MS8607 sensors
Add device tree bindings for Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
1813c71317
commit
fb78285101
17
Documentation/devicetree/bindings/iio/pressure/ms5637.txt
Normal file
17
Documentation/devicetree/bindings/iio/pressure/ms5637.txt
Normal file
@ -0,0 +1,17 @@
|
||||
* 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>;
|
||||
};
|
Loading…
Reference in New Issue
Block a user