Merge tag 'efi-next-for-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / pressure / ms5611.txt
1 MEAS ms5611 family pressure sensors
2
3 Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces.
4
5 Required properties:
6 - compatible: "meas,ms5611" or "meas,ms5607"
7 - reg: the I2C address or SPI chip select the device will respond to
8
9 Optional properties:
10 - vdd-supply: an optional regulator that needs to be on to provide VDD
11   power to the sensor.
12
13 Example:
14
15 ms5607@77 {
16         compatible = "meas,ms5607";
17         reg = <0x77>;
18         vdd-supply = <&ldo_3v3_gnss>;
19 };