summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/zynq-zed.dts
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-07-22 11:12:10 +0200
committerMichal Simek <michal.simek@xilinx.com>2015-07-28 11:56:25 +0200
commit999667ca9cf11d271e3026fb6a71f3500e41d063 (patch)
treec311be7de5bef6776e419c5dad87f49735ff175a /arch/arm/dts/zynq-zed.dts
parent461c3888066ca4621e440fbc90a7f5a551fabe0c (diff)
downloadtalos-obmc-uboot-999667ca9cf11d271e3026fb6a71f3500e41d063.tar.gz
talos-obmc-uboot-999667ca9cf11d271e3026fb6a71f3500e41d063.zip
ARM: zynq: DT: Sync zc702/zc706/zed/zybo DT with kernel
Syncup with the latest DT from the Linux kernel. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynq-zed.dts')
-rw-r--r--arch/arm/dts/zynq-zed.dts46
1 files changed, 43 insertions, 3 deletions
diff --git a/arch/arm/dts/zynq-zed.dts b/arch/arm/dts/zynq-zed.dts
index 70cc8a6c0d..5762576fea 100644
--- a/arch/arm/dts/zynq-zed.dts
+++ b/arch/arm/dts/zynq-zed.dts
@@ -1,7 +1,8 @@
/*
* Xilinx ZED board DTS
*
- * Copyright (C) 2013 Xilinx, Inc.
+ * Copyright (C) 2011 - 2015 Xilinx
+ * Copyright (C) 2012 National Instruments Corp.
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -9,15 +10,54 @@
#include "zynq-7000.dtsi"
/ {
- model = "Zynq ZED Board";
+ model = "Zynq Zed Development Board";
compatible = "xlnx,zynq-zed", "xlnx,zynq-7000";
aliases {
+ ethernet0 = &gem0;
serial0 = &uart1;
};
memory {
device_type = "memory";
- reg = <0 0x20000000>;
+ reg = <0x0 0x20000000>;
};
+
+ chosen {
+ bootargs = "earlyprintk";
+ stdout-path = "serial0:115200n8";
+ };
+
+ usb_phy0: phy0 {
+ compatible = "usb-nop-xceiv";
+ #phy-cells = <0>;
+ };
+};
+
+&clkc {
+ ps-clk-frequency = <33333333>;
+};
+
+&gem0 {
+ status = "okay";
+ phy-mode = "rgmii-id";
+ phy-handle = <&ethernet_phy>;
+
+ ethernet_phy: ethernet-phy@0 {
+ reg = <0>;
+ };
+};
+
+&sdhci0 {
+ status = "okay";
+};
+
+&uart1 {
+ status = "okay";
+};
+
+&usb0 {
+ status = "okay";
+ dr_mode = "host";
+ usb-phy = <&usb_phy0>;
};
OpenPOWER on IntegriCloud