sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / pressure / ms5611.txt
blob17bca866c08417dcafc08b44d9df916c06daa06a
1 MEAS ms5611 family pressure sensors
3 Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces.
5 Required properties:
6 - compatible: "meas,ms5611" or "meas,ms5607"
7 - reg: the I2C address or SPI chip select the device will respond to
9 Optional properties:
10 - vdd-supply: an optional regulator that needs to be on to provide VDD
11   power to the sensor.
13 Example:
15 ms5607@77 {
16         compatible = "meas,ms5607";
17         reg = <0x77>;
18         vdd-supply = <&ldo_3v3_gnss>;