mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
dts: zynq: Add more zynq dts files
This patch adds initial dts support for supported zynq boards. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
a8826eb4b3
commit
9e0802bf82
6 changed files with 84 additions and 0 deletions
14
board/xilinx/dts/zynq-microzed.dts
Normal file
14
board/xilinx/dts/zynq-microzed.dts
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Xilinx MicroZED board DTS
|
||||
*
|
||||
* Copyright (C) 2013 Xilinx, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
/dts-v1/;
|
||||
#include "zynq-7000.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Zynq MicroZED Board";
|
||||
compatible = "xlnx,zynq-microzed", "xlnx,zynq-7000";
|
||||
};
|
14
board/xilinx/dts/zynq-zc702.dts
Normal file
14
board/xilinx/dts/zynq-zc702.dts
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* 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";
|
||||
};
|
14
board/xilinx/dts/zynq-zc706.dts
Normal file
14
board/xilinx/dts/zynq-zc706.dts
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* 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";
|
||||
};
|
14
board/xilinx/dts/zynq-zc770-xm010.dts
Normal file
14
board/xilinx/dts/zynq-zc770-xm010.dts
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Xilinx ZC770 XM010 board DTS
|
||||
*
|
||||
* Copyright (C) 2013 Xilinx, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
/dts-v1/;
|
||||
#include "zynq-7000.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Zynq ZC770 XM010 Board";
|
||||
compatible = "xlnx,zynq-zc770-xm010", "xlnx,zynq-7000";
|
||||
};
|
14
board/xilinx/dts/zynq-zc770-xm012.dts
Normal file
14
board/xilinx/dts/zynq-zc770-xm012.dts
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Xilinx ZC770 XM012 board DTS
|
||||
*
|
||||
* Copyright (C) 2013 Xilinx, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
/dts-v1/;
|
||||
#include "zynq-7000.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Zynq ZC770 XM012 Board";
|
||||
compatible = "xlnx,zynq-zc770-xm012", "xlnx,zynq-7000";
|
||||
};
|
14
board/xilinx/dts/zynq-zc770-xm013.dts
Normal file
14
board/xilinx/dts/zynq-zc770-xm013.dts
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Xilinx ZC770 XM013 board DTS
|
||||
*
|
||||
* Copyright (C) 2013 Xilinx, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
/dts-v1/;
|
||||
#include "zynq-7000.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Zynq ZC770 XM013 Board";
|
||||
compatible = "xlnx,zynq-zc770-xm013", "xlnx,zynq-7000";
|
||||
};
|
Loading…
Add table
Reference in a new issue