mirror of https://gitee.com/openkylin/linux.git
ARM: dts: omap3-gta04: add gyroscope
Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
e45eebfab6
commit
c4aa13f84f
|
@ -275,6 +275,14 @@ bma180@41 {
|
||||||
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_115 */
|
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 */
|
/* leds */
|
||||||
tca6507@45 {
|
tca6507@45 {
|
||||||
compatible = "ti,tca6507";
|
compatible = "ti,tca6507";
|
||||||
|
|
Loading…
Reference in New Issue