mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +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
24 lines
424 B
Text
24 lines
424 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Topic Miami Plus board DTS
|
|
*
|
|
* Copyright (C) 2016 Topic Embedded Products
|
|
*/
|
|
#include "zynq-topic-miami.dts"
|
|
|
|
/ {
|
|
model = "Topic Miami+ Zynq Board";
|
|
compatible = "topic,miamiplus", "xlnx,zynq-7000";
|
|
};
|
|
|
|
/* The miamiplus contains a speedgrade-2 device and runs at 800MHz */
|
|
&cpu0 {
|
|
operating-points = <
|
|
/* kHz uV */
|
|
800000 1000000
|
|
400000 1000000
|
|
>;
|
|
};
|
|
|
|
&qspi {
|
|
};
|