提交 ee1a81f9 编写于 作者: V Varka Bhadram 提交者: Jonathan Cameron

imu: inv_mpu6050: adds device tree bindings

Signed-off-by: NVarka Bhadram <varkab@cdac.in>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 85b4ba70
InvenSense MPU-6050 Six-Axis (Gyro + Accelerometer) MEMS MotionTracking Device
http://www.invensense.com/mems/gyro/mpu6050.html
Required properties:
- compatible : should be "invensense,mpu6050"
- reg : the I2C address of the sensor
- interrupt-parent : should be the phandle for the interrupt controller
- interrupts : interrupt mapping for GPIO IRQ
Example:
mpu6050@68 {
compatible = "invensense,mpu6050";
reg = <0x68>;
interrupt-parent = <&gpio1>;
interrupts = <18 1>;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册