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