mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
24 lines
335 B
Text
24 lines
335 B
Text
|
/*
|
||
|
* Digilent ZYBO board DTS
|
||
|
*
|
||
|
* Copyright (C) 2013 Xilinx, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
/dts-v1/;
|
||
|
#include "zynq-7000.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Zynq ZYBO Board";
|
||
|
compatible = "xlnx,zynq-zybo", "xlnx,zynq-7000";
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &uart1;
|
||
|
};
|
||
|
|
||
|
memory {
|
||
|
device_type = "memory";
|
||
|
reg = <0 0x20000000>;
|
||
|
};
|
||
|
};
|