Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -68,3 +68,19 @@
&usb1 {
	status = "okay";
};

&gpio2 {
	status = "okay";
};

&i2c1{
	status = "okay";

	accel1: accel1@53{
		compatible = "adxl34x";
		reg = <0x53>;

		interrupt-parent = < &portc >;
		interrupts = <3 2>;
	};
};