Eric Andersson | c5a86ab | 2012-04-09 22:16:16 +0200 | [diff] [blame] | 1 | BMP085/BMP18x digital pressure sensors |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible: bosch,bmp085 |
| 5 | |
| 6 | Optional properties: |
| 7 | - chip-id: configurable chip id for non-default chip revisions |
| 8 | - temp-measurement-period: temperature measurement period (milliseconds) |
| 9 | - default-oversampling: default oversampling value to be used at startup, |
| 10 | value range is 0-3 with rising sensitivity. |
| 11 | |
| 12 | Example: |
| 13 | |
| 14 | pressure@77 { |
| 15 | compatible = "bosch,bmp085"; |
| 16 | reg = <0x77>; |
| 17 | chip-id = <10>; |
| 18 | temp-measurement-period = <100>; |
| 19 | default-oversampling = <2>; |
| 20 | }; |