mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
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>
This commit is contained in:
parent
5a13ba6800
commit
24d0bb8861
@ -108,6 +108,14 @@
|
|||||||
reg = <0x77>;
|
reg = <0x77>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* accelerometer */
|
||||||
|
bma180@41 {
|
||||||
|
compatible = "bosch,bma180";
|
||||||
|
reg = <0x41>;
|
||||||
|
interrupt-parent = <&gpio3>;
|
||||||
|
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
};
|
||||||
|
|
||||||
/* leds */
|
/* leds */
|
||||||
tca6507@45 {
|
tca6507@45 {
|
||||||
compatible = "ti,tca6507";
|
compatible = "ti,tca6507";
|
||||||
|
Loading…
Reference in New Issue
Block a user