1
0
Fork 0

ARM: dts: omap3-gta04: Add bma180 accelerometer

Add node for bma180 driver.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
hifive-unleashed-5.1
NeilBrown 2014-03-01 14:58:54 +01:00 committed by Tony Lindgren
parent 5a13ba6800
commit 24d0bb8861
1 changed files with 8 additions and 0 deletions

View File

@ -108,6 +108,14 @@
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";