blob: f20b8bd604dd0d8cffcf59c3b80004b8e998780b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Xilinx Zynq 7000 DTSI
* Describes the hardware common to all Zynq 7000-based boards.
*
* Copyright (C) 2013 Xilinx, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
/include/ "skeleton.dtsi"
/ {
compatible = "xlnx,zynq-7000";
};
|