hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>;
};