arm: dts: rockchip: add mpu6050 to rk3288-evb-act8846
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-evb-act8846.dts
index 7ac1a78493f45b481e1cdaf63272cdb428adccd1..abd6fb7881c3fbae5d567062d89f1a83e4b433b5 100644 (file)
        };
 };
 
        };
 };
 
+&i2c1 {
+       status = "okay";
+       clock-frequency = <400000>;
+
+       mpu6050@68 {
+               compatible = "invensense,mpu6050";
+               status = "okay";
+               pinctrl-names = "default";
+               pinctrl-0 = <&mpu6050_irq_gpio>;
+               reg = <0x68>;
+               irq-gpio = <&gpio8 0 IRQ_TYPE_EDGE_RISING>;
+               mpu-int_config = <0x10>;
+               mpu-level_shifter = <0>;
+               mpu-orientation = <0 1 0 1 0 0 0 0 1>;
+               orientation-x= <0>;
+               orientation-y= <1>;
+               orientation-z= <0>;
+               support-hw-poweroff = <1>;
+               mpu-debug = <1>;
+       };
+};
+
 &lvds_panel {
        power-supply = <&vcc_lcd>;
 };
 &lvds_panel {
        power-supply = <&vcc_lcd>;
 };
                        rockchip,pins = <7 9 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
                        rockchip,pins = <7 9 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
+
+       mpu6050 {
+               mpu6050_irq_gpio: mpu6050-irq-gpio {
+                       rockchip,pins = <8 0 RK_FUNC_GPIO &pcfg_pull_none>;
+               };
+       };
 };
 };