forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/iio/accel/bma180.txt
....@@ -1,12 +1,21 @@
1
-* Bosch BMA180 / BMA250 triaxial acceleration sensor
1
+* Bosch BMA023 / BMA150/ BMA180 / BMA25x / SMB380 triaxial acceleration sensor
22
3
+https://media.digikey.com/pdf/Data%20Sheets/Bosch/BMA150.pdf
34 http://omapworld.com/BMA180_111_1002839.pdf
45 http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf
56
67 Required properties:
78
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"
916 - 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
1019
1120 Optional properties:
1221