Commit 24d0bb88 authored by NeilBrown's avatar NeilBrown Committed by Tony Lindgren

ARM: dts: omap3-gta04: Add bma180 accelerometer

Add node for bma180 driver.
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5a13ba68
......@@ -108,6 +108,14 @@ bmp085@77 {
reg = <0x77>;
};
/* accelerometer */
bma180@41 {
compatible = "bosch,bma180";
reg = <0x41>;
interrupt-parent = <&gpio3>;
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
};
/* leds */
tca6507@45 {
compatible = "ti,tca6507";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment