]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/zynq-zc770-xm010.dts
thunderx: Move mmu table into board file
[u-boot] / arch / arm / dts / zynq-zc770-xm010.dts
index 680f24c9c44d7cefaa219422535921bc897d7dde..b6982c0c45dae9f3e03f527606476001a594c427 100644 (file)
                ethernet0 = &gem0;
                i2c0 = &i2c0;
                serial0 = &uart1;
-               spi0 = &spi1;
+               spi0 = &qspi;
+               spi1 = &spi1;
        };
 
        chosen {
-               bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
-               linux,stdout-path = &uart1;
-               stdout-path = &uart1;
+               bootargs = "root=/dev/ram rw earlyprintk";
+               stdout-path = "serial0:115200n8";
        };
 
        memory {
        };
 };
 
+&qspi {
+       status = "okay";
+};
+
 &can0 {
        status = "okay";
 };
@@ -83,6 +87,7 @@
 };
 
 &uart1 {
+       u-boot,dm-pre-reloc;
        status = "okay";
 };