ARM: dts: stm32: Add configuration EEPROM on AV96
[oweals/u-boot.git] / arch / arm / dts / zynq-zc770-xm013.dts
index 77fdfcc00947f1172898be96213aafa683fecee6..05a49982cc4b9877b139bb807131cabeb7c836a9 100644 (file)
@@ -1,30 +1,30 @@
+// 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"
 
 / {
+       model = "Xilinx ZC770 XM013 board";
        compatible = "xlnx,zynq-zc770-xm013", "xlnx,zynq-7000";
-       model = "Xilinx Zynq";
 
        aliases {
                ethernet0 = &gem1;
                i2c0 = &i2c1;
                serial0 = &uart0;
-               spi0 = &spi0;
+               spi0 = &qspi;
+               spi1 = &spi0;
        };
 
        chosen {
-               bootargs = "root=/dev/ram rw earlyprintk";
+               bootargs = "";
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
@@ -41,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 {
+       eeprom: eeprom@0 {
                at25,byte-len = <8192>;
                at25,addr-mode = <2>;
                at25,page-size = <32>;