.. | .. |
---|
4 | 4 | |
---|
5 | 5 | Required properties: |
---|
6 | 6 | - compatible : should be one of |
---|
| 7 | + "invensense,mpu6000" |
---|
7 | 8 | "invensense,mpu6050" |
---|
8 | 9 | "invensense,mpu6500" |
---|
9 | 10 | "invensense,mpu6515" |
---|
.. | .. |
---|
11 | 12 | "invensense,mpu9250" |
---|
12 | 13 | "invensense,mpu9255" |
---|
13 | 14 | "invensense,icm20608" |
---|
| 15 | + "invensense,icm20609" |
---|
| 16 | + "invensense,icm20689" |
---|
| 17 | + "invensense,icm20602" |
---|
| 18 | + "invensense,icm20690" |
---|
| 19 | + "invensense,iam20680" |
---|
14 | 20 | - reg : the I2C address of the sensor |
---|
15 | 21 | - interrupts: interrupt mapping for IRQ. It should be configured with flags |
---|
16 | 22 | IRQ_TYPE_LEVEL_HIGH, IRQ_TYPE_EDGE_RISING, IRQ_TYPE_LEVEL_LOW or |
---|
.. | .. |
---|
20 | 26 | bindings. |
---|
21 | 27 | |
---|
22 | 28 | Optional properties: |
---|
| 29 | + - vdd-supply: regulator phandle for VDD supply |
---|
| 30 | + - vddio-supply: regulator phandle for VDDIO supply |
---|
23 | 31 | - mount-matrix: an optional 3x3 mounting rotation matrix |
---|
24 | 32 | - i2c-gate node. These devices also support an auxiliary i2c bus. This is |
---|
25 | 33 | simple enough to be described using the i2c-gate binding. See |
---|