]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/zynq-zc770-xm013.dts
arm: zynq: Sync up licenses with mainline kernel
[u-boot] / arch / arm / dts / zynq-zc770-xm013.dts
index 436a8cd1b9a9d4112752a6555d754a4103fd750a..88a7ef068219fd6600a9e16308c04bde906e4020 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Xilinx ZC770 XM013 board DTS
  *
  * Copyright (C) 2013 Xilinx, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 /dts-v1/;
 #include "zynq-7000.dtsi"
                ethernet0 = &gem1;
                i2c0 = &i2c1;
                serial0 = &uart0;
-               spi0 = &spi0;
+               spi0 = &qspi;
+               spi1 = &spi0;
        };
 
        chosen {
-               bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
-               linux,stdout-path = &uart0;
-               stdout-path = &uart0;
+               bootargs = "";
+               stdout-path = "serial0:115200n8";
        };
 
        memory@0 {
        };
 };
 
-&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";
 };
@@ -57,6 +41,7 @@
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
        };
 };
 
+&qspi {
+       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";
 };