diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-08-14 16:44:11 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-08-21 11:52:00 +0200 |
commit | 684bcba8eccc59949a70287c5491e20e12359376 (patch) | |
tree | 0066967e0799d7393cf50c4af0e77aea373df53e /arch/arm/boot/dts/rv1108-evb.dts | |
parent | a6e31eb34bbffc5c7304c0156fbe5bfca1db0856 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/rv1108-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/rv1108-evb.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rv1108-evb.dts b/arch/arm/boot/dts/rv1108-evb.dts index e7de6126b814..39197c3e9e0e 100644 --- a/arch/arm/boot/dts/rv1108-evb.dts +++ b/arch/arm/boot/dts/rv1108-evb.dts @@ -201,6 +201,13 @@ }; }; }; + + bma250: accelerometer@19 { + compatible = "bosch,bma250e"; + reg = <0x19>; + interrupt-parent = <&gpio0>; + interrupts = <RK_PB3 IRQ_TYPE_LEVEL_LOW>; + }; }; &pwm0 { |