mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
dea4d2f01d
Add configuration files/dtses for mini u-boot configurations which runs out of OCM. ram top is calculated from 0 that's why +#define CONFIG_SYS_SDRAM_BASE 0xfffc0000 +#define CONFIG_SYS_SDRAM_SIZE 0x40000 was hardcoded. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
13 lines
190 B
Text
13 lines
190 B
Text
/*
|
|
* Xilinx CSE QSPI single DTS
|
|
*
|
|
* Copyright (C) 2015 - 2017 Xilinx, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#include "zynq-cse-qspi.dtsi"
|
|
|
|
&qspi {
|
|
spi-rx-bus-width = <4>;
|
|
};
|