arm: dts: ls1028a: add lpuart nodes
[oweals/u-boot.git] / arch / arm / dts / zynq-zc770-xm012.dts
index 3e1769acb51f994c20a85f9353efc450563560aa..0d001c91610db60af7867a3f00daace75bf90700 100644 (file)
@@ -1,16 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Xilinx ZC770 XM012 board DTS
  *
- * Copyright (C) 2013 - 2015 Xilinx, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
+ * Copyright (C) 2013-2018 Xilinx, Inc.
  */
 /dts-v1/;
 #include "zynq-7000.dtsi"
 
 / {
+       model = "Xilinx ZC770 XM012 board";
        compatible = "xlnx,zynq-zc770-xm012", "xlnx,zynq-7000";
-       model = "Xilinx Zynq";
 
        aliases {
                i2c0 = &i2c0;
        };
 
        chosen {
-               bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
-               linux,stdout-path = &uart1;
-               stdout-path = &uart1;
+               bootargs = "";
+               stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
 };
 
-&spi1 {
-       status = "okay";
-       num-cs = <4>;
-       is-decoded-cs = <0>;
-};
-
 &can1 {
        status = "okay";
 };
@@ -45,8 +37,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom0: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom1: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
 
+&spi1 {
+       status = "okay";
+       num-cs = <4>;
+       is-decoded-cs = <0>;
+};
+
 &uart1 {
        u-boot,dm-pre-reloc;
        status = "okay";