mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	Add support for Versal NET mini Quad SPI flash configuration. This runs from onchip memory, so it has to be compact. Hence only Quad SPI related settings are enabled. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com> Link: https://lore.kernel.org/r/20230614121351.21521-2-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0
 | 
						|
/*
 | 
						|
 * Xilinx Versal NET QSPI single DTS
 | 
						|
 *
 | 
						|
 * (C) Copyright 2023, Advanced Micro Devices, Inc.
 | 
						|
 */
 | 
						|
 | 
						|
#include "versal-net-mini-qspi.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Xilinx Versal NET MINI QSPI SINGLE";
 | 
						|
};
 | 
						|
 | 
						|
&flash0 {
 | 
						|
	spi-rx-bus-width = <4>;
 | 
						|
};
 |