]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/zynq-zc770-xm012.dts
rockchip: Update the sdram-channel property to support of-platdata
[u-boot] / arch / arm / dts / zynq-zc770-xm012.dts
index f8cc5039d6b776aa62644248198d4f130fea63bc..6cab8326677009a48c1f674f0ded01b7decfa763 100644 (file)
        };
 
        chosen {
-               bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
-               linux,stdout-path = &uart1;
-               stdout-path = &uart1;
+               bootargs = "";
+               stdout-path = "serial0:115200n8";
        };
 
-       memory@0 {
+       memory {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
 };
 
-&spi1 {
-       status = "okay";
-       num-cs = <4>;
-       is-decoded-cs = <0>;
-};
-
 &can1 {
        status = "okay";
 };
        };
 };
 
+&spi1 {
+       status = "okay";
+       num-cs = <4>;
+       is-decoded-cs = <0>;
+};
+
 &uart1 {
+       u-boot,dm-pre-reloc;
        status = "okay";
 };