Browse Source

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>
NeilBrown 11 years ago
parent
commit
24d0bb8861
1 changed files with 8 additions and 0 deletions
  1. 8 0
      arch/arm/boot/dts/omap3-gta04.dts

+ 8 - 0
arch/arm/boot/dts/omap3-gta04.dts

@@ -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";