docs: admin-guide: Fix default value of max_map_count in sysctl/vm.rst
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / pressure / ms5637.txt
1 * MS5637 - Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor
2
3 Required properties:
4
5         -compatible: should be one of the following
6                 meas,ms5637
7                 meas,ms5805
8                 meas,ms5837
9                 meas,ms8607-temppressure
10         -reg: I2C address of the sensor
11
12 Example:
13
14 ms5637@76 {
15         compatible = "meas,ms5637";
16         reg = <0x76>;
17 };