ARM: dts: rockchip: add accelerometer bma250e dt node for rv1108 evb

Add dt node of bosch accelerometer bma250e on rv1108 evb.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Andy Yan 2017-08-14 16:44:11 +08:00 committed by Heiko Stuebner
parent a6e31eb34b
commit 684bcba8ec
1 changed files with 7 additions and 0 deletions

View File

@ -201,6 +201,13 @@
};
};
};
bma250: accelerometer@19 {
compatible = "bosch,bma250e";
reg = <0x19>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PB3 IRQ_TYPE_LEVEL_LOW>;
};
};
&pwm0 {