From 9757b65befff800303f053d95d49b167a0d159a2 Mon Sep 17 00:00:00 2001 From: Peter Crosthwaite Date: Thu, 28 Aug 2014 21:16:39 +1000 Subject: arm: dts: zynq: Add digilent ZYBO board dts It's a Zynq board similar in design to the currently supported ones. 512MB of RAM and UART1 is used. Signed-off-by: Peter Crosthwaite Acked-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- arch/arm/dts/zynq-zybo.dts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 arch/arm/dts/zynq-zybo.dts (limited to 'arch/arm/dts/zynq-zybo.dts') 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>; + }; +}; -- cgit v1.2.1