]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/socfpga_arria5_socdk.dts
mtd: nand: mxs support oobsize bigger than 512
[u-boot] / arch / arm / dts / socfpga_arria5_socdk.dts
index 1b8689787280a6cc9deb7f93b1e3625e6baf4e50..7d1836e8be786d496a9e45881c8df033daafa66f 100644 (file)
 
        aliases {
                /* this allow the ethaddr uboot environmnet variable contents
-               * to be added to the gmac1 device tree blob.
-               */
+                * to be added to the gmac1 device tree blob.
+                */
                ethernet0 = &gmac1;
-
-               spi0 = "/spi@ff705000";         /* QSPI */
-               spi1 = "/spi@fff00000";
-               spi2 = "/spi@fff01000";
        };
 
        regulator_3_3v: 3-3-v-regulator {
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
        };
+
+       soc {
+               u-boot,dm-pre-reloc;
+       };
 };
 
 &gmac1 {
@@ -71,6 +71,8 @@
 &mmc0 {
        vmmc-supply = <&regulator_3_3v>;
        vqmmc-supply = <&regulator_3_3v>;
+       bus-width = <4>;
+       u-boot,dm-pre-reloc;
 };
 
 &usb1 {