mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
3655dd22a4
Add configuration file for mini u-boot configuration which runs on a smaller footprint from on chip memory(OCM). This configuration has required CONFIG's enabled to support octal spi flash and uses DCC terminal for console output. Add required dts for octal spi flash mini u-boot configuration. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com> Link: https://lore.kernel.org/r/20221116141155.14788-4-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
16 lines
243 B
Text
16 lines
243 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Xilinx Versal QSPI single DTS
|
|
*
|
|
* Copyright (C) 2018-2020 Xilinx, Inc.
|
|
*/
|
|
|
|
#include "versal-mini-ospi.dtsi"
|
|
|
|
/ {
|
|
model = "Xilinx Versal MINI OSPI SINGLE";
|
|
};
|
|
|
|
&flash0 {
|
|
spi-rx-bus-width = <8>;
|
|
};
|