1 Invensense MPU-3050 Gyroscope device tree bindings
4 - compatible : should be "invensense,mpu3050"
5 - reg : the I2C address of the sensor
8 - interrupt-parent : should be the phandle for the interrupt controller
9 - interrupts : interrupt mapping for the trigger interrupt from the
10 internal oscillator. The following IRQ modes are supported:
11 IRQ_TYPE_EDGE_RISING, IRQ_TYPE_EDGE_FALLING, IRQ_TYPE_LEVEL_HIGH and
12 IRQ_TYPE_LEVEL_LOW. The driver should detect and configure the hardware
13 for the desired interrupt type.
14 - vdd-supply : supply regulator for the main power voltage.
15 - vlogic-supply : supply regulator for the signal voltage.
16 - mount-matrix : see iio/mount-matrix.txt
19 - The MPU-3050 will pass through and forward the I2C signals from the
20 incoming I2C bus, alternatively drive traffic to a slave device (usually
21 an accelerometer) on its own initiative. Therefore is supports a subnode
22 i2c gate node. For details see: i2c/i2c-gate.txt
27 compatible = "invensense,mpu3050";
29 interrupt-parent = <&foo>;
30 interrupts = <12 IRQ_TYPE_EDGE_FALLING>;
32 vlogic-supply = <&baz>;
34 /* External I2C interface */
42 interrupt-parent = <&foo>;
43 interrupts = <13 IRQ_TYPE_EDGE_FALLING>;