summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/zynq-zybo.dts
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-11-13 08:38:17 -0500
committerTom Rini <trini@ti.com>2014-11-13 08:38:17 -0500
commit3deb013ae780c19f40b0704a7f421ad479962618 (patch)
tree18f8e2abed8a2c295b6157f286288621ee46226d /arch/arm/dts/zynq-zybo.dts
parent01541eeccdf74ee68f9a3014b6cdc26395be4dc0 (diff)
parent61eb3cf2d5ef174b5a3008df6f7530b21f393261 (diff)
downloadblackbird-obmc-uboot-3deb013ae780c19f40b0704a7f421ad479962618.tar.gz
blackbird-obmc-uboot-3deb013ae780c19f40b0704a7f421ad479962618.zip
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'arch/arm/dts/zynq-zybo.dts')
-rw-r--r--arch/arm/dts/zynq-zybo.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-zybo.dts b/arch/arm/dts/zynq-zybo.dts
new file mode 100644
index 0000000000..20e0386777
--- /dev/null
+++ b/arch/arm/dts/zynq-zybo.dts
@@ -0,0 +1,23 @@
+/*
+ * Digilent ZYBO board DTS
+ *
+ * Copyright (C) 2013 Xilinx, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+/dts-v1/;
+#include "zynq-7000.dtsi"
+
+/ {
+ model = "Zynq ZYBO Board";
+ compatible = "xlnx,zynq-zybo", "xlnx,zynq-7000";
+
+ aliases {
+ serial0 = &uart1;
+ };
+
+ memory {
+ device_type = "memory";
+ reg = <0 0x20000000>;
+ };
+};
OpenPOWER on IntegriCloud