12 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
/*
 | 
						|
 * da850-evm U-Boot Additions
 | 
						|
 *
 | 
						|
 * Copyright (C) 2017 Logic PD, Inc.
 | 
						|
 * Copyright (C) Adam Ford
 | 
						|
 */
 | 
						|
 | 
						|
&flash {
 | 
						|
	compatible = "m25p64", "spi-flash";
 | 
						|
};
 |