20 lines
300 B
Plaintext
20 lines
300 B
Plaintext
/*
|
|
* Xilinx ZC702 board DTS
|
|
*
|
|
* Copyright (C) 2013 Xilinx, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
/dts-v1/;
|
|
#include "zynq-7000.dtsi"
|
|
|
|
/ {
|
|
model = "Zynq ZC702 Board";
|
|
compatible = "xlnx,zynq-zc702", "xlnx,zynq-7000";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0 0x40000000>;
|
|
};
|
|
};
|