mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7a948c5e05
Add device-tree ID tables and document bindings. Signed-off-by: Gregor Boirie <gregor.boirie@parrot.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
MEAS ms5611 family pressure sensors
|
|
|
|
Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces.
|
|
|
|
Required properties:
|
|
- compatible: "meas,ms5611" or "meas,ms5607"
|
|
- reg: the I2C address or SPI chip select the device will respond to
|
|
|
|
Optional properties:
|
|
- vdd-supply: an optional regulator that needs to be on to provide VDD
|
|
power to the sensor.
|
|
|
|
Example:
|
|
|
|
ms5607@77 {
|
|
compatible = "meas,ms5607";
|
|
reg = <0x77>;
|
|
vdd-supply = <&ldo_3v3_gnss>;
|
|
};
|