[U-Boot] [PATCH v3 4/7] zynq: zc770: Add base dts for zc770_xm011
Siva Durga Prasad Paladugu
siva.durga.paladugu at xilinx.com
Mon Feb 17 13:26:28 CET 2014
From: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>
Added base dts support for zc770_xm011 (nand) board.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>
---
Changes for v3:
-Separated out the nand patch series
as per Michal comment.
Changes for v2:
-None
---
board/xilinx/dts/zynq-zc770-xm011.dts | 14 ++++++++++++++
include/configs/zynq_zc770.h | 1 +
2 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 board/xilinx/dts/zynq-zc770-xm011.dts
diff --git a/board/xilinx/dts/zynq-zc770-xm011.dts b/board/xilinx/dts/zynq-zc770-xm011.dts
new file mode 100644
index 0000000..c61a4b3
--- /dev/null
+++ b/board/xilinx/dts/zynq-zc770-xm011.dts
@@ -0,0 +1,14 @@
+/*
+ * Xilinx ZC770 XM011 board DTS
+ *
+ * Copyright (C) 2014 Xilinx, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+/dts-v1/;
+#include "zynq-7000.dtsi"
+
+/ {
+ model = "Zynq ZC770 XM011 Board";
+ compatible = "xlnx,zynq-zc770-xm011", "xlnx,zynq-7000";
+};
diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h
index b7765db..d16ce0b 100644
--- a/include/configs/zynq_zc770.h
+++ b/include/configs/zynq_zc770.h
@@ -25,6 +25,7 @@
#elif defined(CONFIG_ZC770_XM011)
# define CONFIG_ZYNQ_SERIAL_UART1
# define CONFIG_NAND_ZYNQ
+# define CONFIG_DEFAULT_DEVICE_TREE zynq-zc770-xm011
#elif defined(CONFIG_ZC770_XM012)
# define CONFIG_ZYNQ_SERIAL_UART1
--
1.7.4
More information about the U-Boot
mailing list