]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/zynq-zc770-xm013.dts
ARM: dts: uniphier: add clock-frequency to serial nodes of LD11/LD20
[u-boot] / arch / arm / dts / zynq-zc770-xm013.dts
index 436a8cd1b9a9d4112752a6555d754a4103fd750a..77fdfcc00947f1172898be96213aafa683fecee6 100644 (file)
        };
 
        chosen {
-               bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
-               linux,stdout-path = &uart0;
-               stdout-path = &uart0;
+               bootargs = "root=/dev/ram rw earlyprintk";
+               stdout-path = "serial0:115200n8";
        };
 
-       memory@0 {
+       memory {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
 };
 
-&spi0 {
-       status = "okay";
-       num-cs = <4>;
-       is-decoded-cs = <0>;
-       eeprom: at25@0 {
-               at25,byte-len = <8192>;
-               at25,addr-mode = <2>;
-               at25,page-size = <32>;
-
-               compatible = "atmel,at25";
-               reg = <2>;
-               spi-max-frequency = <1000000>;
-       };
-};
-
 &can1 {
        status = "okay";
 };
        };
 };
 
+&spi0 {
+       status = "okay";
+       num-cs = <4>;
+       is-decoded-cs = <0>;
+       eeprom: at25@0 {
+               at25,byte-len = <8192>;
+               at25,addr-mode = <2>;
+               at25,page-size = <32>;
+
+               compatible = "atmel,at25";
+               reg = <2>;
+               spi-max-frequency = <1000000>;
+       };
+};
+
 &uart0 {
+       u-boot,dm-pre-reloc;
        status = "okay";
 };