imx8: Replace SC_R_LAST with SC_R_NONE in DTB
[oweals/u-boot.git] / arch / arm / dts / zynq-zc770-xm012.dts
index 8d69f0e0f5ef4ecaaa1e459b0c8c75b5c9427160..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 = "root=/dev/ram rw earlyprintk";
+               bootargs = "";
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
@@ -38,8 +37,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom0: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
@@ -48,8 +47,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom1: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };