These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / boot / dts / socfpga_cyclone5_sockit.dts
index 16ea6f5..48bf651 100644 (file)
@@ -22,7 +22,8 @@
        compatible = "altr,socfpga-cyclone5", "altr,socfpga";
 
        chosen {
-               bootargs = "console=ttyS0,115200";
+               bootargs = "earlyprintk";
+               stdout-path = "serial0:115200n8";
        };
 
        memory {
        rxc-skew-ps = <2000>;
 };
 
+&gpio2 {
+       status = "okay";
+};
+
+&i2c1 {
+       status = "okay";
+
+       accel1: accelerometer@53 {
+               compatible = "adi,adxl345";
+               reg = <0x53>;
+
+               interrupt-parent = <&portc>;
+               interrupts = <3 2>;
+       };
+};
+
 &mmc0 {
        vmmc-supply = <&regulator_3_3v>;
        vqmmc-supply = <&regulator_3_3v>;