Commit 684bcba8 authored by Andy Yan's avatar Andy Yan Committed by Heiko Stuebner
Browse files

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



Add dt node of bosch accelerometer bma250e on rv1108 evb.

Signed-off-by: default avatarAndy Yan <andy.yan@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent a6e31eb3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -201,6 +201,13 @@
			};
		};
	};

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

&pwm0 {