mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
15 lines
235 B
Text
15 lines
235 B
Text
|
/*
|
||
|
* Xilinx ZC706 board DTS
|
||
|
*
|
||
|
* Copyright (C) 2013 Xilinx, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
/dts-v1/;
|
||
|
#include "zynq-7000.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Zynq ZC706 Board";
|
||
|
compatible = "xlnx,zynq-zc706", "xlnx,zynq-7000";
|
||
|
};
|