repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
pressure
/
ms5637.txt
blob
1f43ffa068ac60f5323e52a069b8e21643b9a3d2
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
};