18c2ecf20Sopenharmony_ciMEAS ms5611 family pressure sensors
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciPressure sensors from MEAS Switzerland with SPI and I2C bus interfaces.
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciRequired properties:
68c2ecf20Sopenharmony_ci- compatible: "meas,ms5611" or "meas,ms5607"
78c2ecf20Sopenharmony_ci- reg: the I2C address or SPI chip select the device will respond to
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciOptional properties:
108c2ecf20Sopenharmony_ci- vdd-supply: an optional regulator that needs to be on to provide VDD
118c2ecf20Sopenharmony_ci  power to the sensor.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_cims5607@77 {
168c2ecf20Sopenharmony_ci	compatible = "meas,ms5607";
178c2ecf20Sopenharmony_ci	reg = <0x77>;
188c2ecf20Sopenharmony_ci	vdd-supply = <&ldo_3v3_gnss>;
198c2ecf20Sopenharmony_ci};
20