mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
c5cd2d2aba
Xilinx was using in past is-dual property for QSPIs to reflect their configurations. But handling for them never reached upstream code that's why better to remove them. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/15980560b98672959a889ff9970cbe9540b4ed69.1695808563.git.michal.simek@amd.com
15 lines
266 B
Text
15 lines
266 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Topic Miami Lite board DTS
|
|
*
|
|
* Copyright (C) 2017 Topic Embedded Products
|
|
*/
|
|
#include "zynq-topic-miami.dts"
|
|
|
|
/ {
|
|
model = "Topic Miami Lite Zynq Board";
|
|
compatible = "topic,miamilite", "xlnx,zynq-7000";
|
|
};
|
|
|
|
&qspi {
|
|
};
|