Commit bf513bf0 authored by Walter Lozano's avatar Walter Lozano Committed by Dinh Nguyen

ARM: socfpga: dts: Add adxl34x

This patch adds the DTS bindings for the adxl34x digital
accelerometer.
Signed-off-by: default avatarWalter Lozano <walter@vanguardiasur.com.ar>
Acked-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 5ebe6afa
......@@ -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>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment