u-boot/arch/arm/dts/zynq-topic-miamiplus.dts
Michal Simek c5cd2d2aba arm: dts: xilinx: Remove undocumented is-dual property
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
2023-10-09 12:13:04 +02:00

25 lines
424 B
Plaintext

// 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 {
};