Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/iio/pressure/ms5611.txt
48524 views
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
};
20
21