1 * Bosch BMG160 triaxial rotation sensor (gyroscope)
5 - compatible : should be "bosch,bmg160" or "bosch,bmi055_gyro"
6 - reg : the I2C address of the sensor (0x69)
10 - interrupts : interrupt mapping for GPIO IRQ, it should by configured with
11 flags IRQ_TYPE_EDGE_RISING
16 compatible = "bosch,bmg160";
18 interrupt-parent = <&gpio6>;
19 interrupts = <18 (IRQ_TYPE_EDGE_RISING)>;