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 <crosthwaite.peter@gmail.com> Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>master
parent
290f1f999a
commit
9757b65bef
@ -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>; |
||||
}; |
||||
}; |
Loading…
Reference in new issue