1MEAS ms5611 family pressure sensors
2
3Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces.
4
5Required properties:
6- compatible: "meas,ms5611" or "meas,ms5607"
7- reg: the I2C address or SPI chip select the device will respond to
8
9Optional properties:
10- vdd-supply: an optional regulator that needs to be on to provide VDD
11  power to the sensor.
12
13Example:
14
15ms5607@77 {
16	compatible = "meas,ms5607";
17	reg = <0x77>;
18	vdd-supply = <&ldo_3v3_gnss>;
19};
20