Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: add gyroscope
Browse files Browse the repository at this point in the history
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
NeilBrown authored and Tony Lindgren committed Jan 26, 2015
1 parent e45eebf commit c4aa13f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,14 @@
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_115 */
};

/* gyroscope */
itg3200@68 {
compatible = "invensense,itg3200";
reg = <0x68>;
interrupt-parent = <&gpio2>;
interrupts = <24 0>; /* GPIO_56 */
};

/* leds */
tca6507@45 {
compatible = "ti,tca6507";
Expand Down

0 comments on commit c4aa13f

Please sign in to comment.