mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
18 lines
281 B
Text
18 lines
281 B
Text
|
/*
|
||
|
* Topic Miami Plus board DTS
|
||
|
*
|
||
|
* Copyright (C) 2016 Topic Embedded Products
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
#include "zynq-topic-miami.dts"
|
||
|
|
||
|
/ {
|
||
|
model = "Topic Miami+ Zynq Board";
|
||
|
compatible = "topic,miamiplus", "xlnx,zynq-7000";
|
||
|
};
|
||
|
|
||
|
&qspi {
|
||
|
is-dual = <1>;
|
||
|
};
|