From: Jagannadha Sutradharudu Teki <jaga...@xilinx.com> Added base dts support for zc770_xm011 (nand) board.
Signed-off-by: Siva Durga Prasad Paladugu <siva...@xilinx.com> Signed-off-by: Jagannadha Sutradharudu Teki <jaga...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot