mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-18 19:23:24 -04:00
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:
@@ -201,6 +201,13 @@ regulator-state-mem {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
bma250: accelerometer@19 {
|
||||
compatible = "bosch,bma250e";
|
||||
reg = <0x19>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <RK_PB3 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
&pwm0 {
|
||||
|
||||
Reference in New Issue
Block a user