]> Git Repo - J-u-boot.git/blobdiff - arch/arm/dts/zynq-zc770-xm012.dts
ARM: zynq: Enable smcc and nor for zc770-xm012
[J-u-boot.git] / arch / arm / dts / zynq-zc770-xm012.dts
index f8cc5039d6b776aa62644248198d4f130fea63bc..ccf76e7984108db25cc1096f53850f946e498154 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;
@@ -20,9 +19,8 @@
        };
 
        chosen {
-               bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
-               linux,stdout-path = &uart1;
-               stdout-path = &uart1;
+               bootargs = "";
+               stdout-path = "serial0:115200n8";
        };
 
        memory@0 {
        };
 };
 
-&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>;
        };
 };
 
+&nor0 {
+       status = "okay";
+       bank-width = <1>;
+};
+
+&smcc {
+       status = "okay";
+};
+
+&spi1 {
+       status = "okay";
+       num-cs = <4>;
+       is-decoded-cs = <0>;
+};
+
 &uart1 {
+       u-boot,dm-pre-reloc;
        status = "okay";
 };
This page took 0.034157 seconds and 4 git commands to generate.