ARM: socfpga: dts: Add adxl34x
[cascardo/linux.git] / arch / arm / boot / dts / socfpga_cyclone5_sockit.dts
index 16ea6f5..71468a7 100644 (file)
 &usb1 {
        status = "okay";
 };
+
+&gpio2 {
+       status = "okay";
+};
+
+&i2c1{
+       status = "okay";
+
+       accel1: accel1@53{
+               compatible = "adxl34x";
+               reg = <0x53>;
+
+               interrupt-parent = < &portc >;
+               interrupts = <3 2>;
+       };
+};