forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt
....@@ -4,6 +4,7 @@
44
55 Required properties:
66 - compatible : should be one of
7
+ "invensense,mpu6000"
78 "invensense,mpu6050"
89 "invensense,mpu6500"
910 "invensense,mpu6515"
....@@ -11,6 +12,11 @@
1112 "invensense,mpu9250"
1213 "invensense,mpu9255"
1314 "invensense,icm20608"
15
+ "invensense,icm20609"
16
+ "invensense,icm20689"
17
+ "invensense,icm20602"
18
+ "invensense,icm20690"
19
+ "invensense,iam20680"
1420 - reg : the I2C address of the sensor
1521 - interrupts: interrupt mapping for IRQ. It should be configured with flags
1622 IRQ_TYPE_LEVEL_HIGH, IRQ_TYPE_EDGE_RISING, IRQ_TYPE_LEVEL_LOW or
....@@ -20,6 +26,8 @@
2026 bindings.
2127
2228 Optional properties:
29
+ - vdd-supply: regulator phandle for VDD supply
30
+ - vddio-supply: regulator phandle for VDDIO supply
2331 - mount-matrix: an optional 3x3 mounting rotation matrix
2432 - i2c-gate node. These devices also support an auxiliary i2c bus. This is
2533 simple enough to be described using the i2c-gate binding. See