diff options
Diffstat (limited to 'Documentation/devicetree/bindings/iio/accel/bma180.txt')
-rw-r--r-- | Documentation/devicetree/bindings/iio/accel/bma180.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/iio/accel/bma180.txt b/Documentation/devicetree/bindings/iio/accel/bma180.txt index c5933573e0f6..4a3679d54457 100644 --- a/Documentation/devicetree/bindings/iio/accel/bma180.txt +++ b/Documentation/devicetree/bindings/iio/accel/bma180.txt | |||
@@ -1,10 +1,11 @@ | |||
1 | * Bosch BMA180 triaxial acceleration sensor | 1 | * Bosch BMA180 / BMA250 triaxial acceleration sensor |
2 | 2 | ||
3 | http://omapworld.com/BMA180_111_1002839.pdf | 3 | http://omapworld.com/BMA180_111_1002839.pdf |
4 | http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf | ||
4 | 5 | ||
5 | Required properties: | 6 | Required properties: |
6 | 7 | ||
7 | - compatible : should be "bosch,bma180" | 8 | - compatible : should be "bosch,bma180" or "bosch,bma250" |
8 | - reg : the I2C address of the sensor | 9 | - reg : the I2C address of the sensor |
9 | 10 | ||
10 | Optional properties: | 11 | Optional properties: |
@@ -13,6 +14,9 @@ Optional properties: | |||
13 | 14 | ||
14 | - interrupts : interrupt mapping for GPIO IRQ, it should by configured with | 15 | - interrupts : interrupt mapping for GPIO IRQ, it should by configured with |
15 | flags IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_EDGE_RISING | 16 | flags IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_EDGE_RISING |
17 | For the bma250 the first interrupt listed must be the one | ||
18 | connected to the INT1 pin, the second (optional) interrupt | ||
19 | listed must be the one connected to the INT2 pin. | ||
16 | 20 | ||
17 | Example: | 21 | Example: |
18 | 22 | ||