1 InvenSense MPU-6050 Six-Axis (Gyro + Accelerometer) MEMS MotionTracking Device
3 http://www.invensense.com/mems/gyro/mpu6050.html
6 - compatible : should be "invensense,mpu6050"
7 - reg : the I2C address of the sensor
8 - interrupt-parent : should be the phandle for the interrupt controller
9 - interrupts : interrupt mapping for GPIO IRQ
12 - mount-matrix: an optional 3x3 mounting rotation matrix
17 compatible = "invensense,mpu6050";
19 interrupt-parent = <&gpio1>;
21 mount-matrix = "-0.984807753012208", /* x0 */
23 "-0.173648177666930", /* z0 */
27 "-0.173648177666930", /* x2 */
29 "0.984807753012208"; /* z2 */