mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 22:55:53 -04:00
ARM: socfpga: dts: Add adxl34x
This patch adds the DTS bindings for the adxl34x digital accelerometer. Signed-off-by: Walter Lozano <walter@vanguardiasur.com.ar> Acked-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
committed by
Dinh Nguyen
parent
5ebe6afaf0
commit
bf513bf046
@@ -68,3 +68,19 @@ &mmc0 {
|
||||
&usb1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c1{
|
||||
status = "okay";
|
||||
|
||||
accel1: accel1@53{
|
||||
compatible = "adxl34x";
|
||||
reg = <0x53>;
|
||||
|
||||
interrupt-parent = < &portc >;
|
||||
interrupts = <3 2>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user