.. | .. |
---|
1 | | -* Bosch BMA180 / BMA250 triaxial acceleration sensor |
---|
| 1 | +* Bosch BMA023 / BMA150/ BMA180 / BMA25x / SMB380 triaxial acceleration sensor |
---|
2 | 2 | |
---|
| 3 | +https://media.digikey.com/pdf/Data%20Sheets/Bosch/BMA150.pdf |
---|
3 | 4 | http://omapworld.com/BMA180_111_1002839.pdf |
---|
4 | 5 | http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf |
---|
5 | 6 | |
---|
6 | 7 | Required properties: |
---|
7 | 8 | |
---|
8 | | - - compatible : should be "bosch,bma180" or "bosch,bma250" |
---|
| 9 | + - compatible : should be one of: |
---|
| 10 | + "bosch,bma023" |
---|
| 11 | + "bosch,bma150" |
---|
| 12 | + "bosch,bma180" |
---|
| 13 | + "bosch,bma250" |
---|
| 14 | + "bosch,bma254" |
---|
| 15 | + "bosch,smb380" |
---|
9 | 16 | - reg : the I2C address of the sensor |
---|
| 17 | + - vdd-supply : regulator phandle connected to the VDD pin |
---|
| 18 | + - vddio-supply : regulator phandle connected to the VDDIO pin |
---|
10 | 19 | |
---|
11 | 20 | Optional properties: |
---|
12 | 21 | |
---|