aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2017-08-14 16:44:11 +0800
committerHeiko Stuebner <heiko@sntech.de>2017-08-21 11:52:00 +0200
commit684bcba8eccc59949a70287c5491e20e12359376 (patch)
tree0066967e0799d7393cf50c4af0e77aea373df53e /arch/arm/boot
parentARM: dts: rockchip: add pmic rk805 dt node for rv1108 evb (diff)
downloadlinux-dev-684bcba8eccc59949a70287c5491e20e12359376.tar.xz
linux-dev-684bcba8eccc59949a70287c5491e20e12359376.zip
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')
-rw-r--r--arch/arm/boot/dts/rv1108-evb.dts7
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 {