1 InvenSense MPU-6050 Six-Axis (Gyro + Accelerometer) MEMS MotionTracking Device
3 http://www.invensense.com/mems/gyro/mpu6050.html
6 - compatible : should be one of
12 - reg : the I2C address of the sensor
13 - interrupt-parent : should be the phandle for the interrupt controller
14 - interrupts : interrupt mapping for GPIO IRQ
17 - mount-matrix: an optional 3x3 mounting rotation matrix
18 - i2c-gate node. These devices also support an auxiliary i2c bus. This is
19 simple enough to be described using the i2c-gate binding. See
20 i2c/i2c-gate.txt for more details.
24 compatible = "invensense,mpu6050";
26 interrupt-parent = <&gpio1>;
28 mount-matrix = "-0.984807753012208", /* x0 */
30 "-0.173648177666930", /* z0 */
34 "-0.173648177666930", /* x2 */
36 "0.984807753012208"; /* z2 */
41 compatible = "invensense,mpu9250";
43 interrupt-parent = <&gpio3>;
49 compatible = "ak,ak8975";