mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	Split HSDK and HSDK-4xD device tree files so they can have different model names. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
/*
 | 
						|
 * Copyright (C) 2017-2020 Synopsys, Inc. All rights reserved.
 | 
						|
 * Author: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 | 
						|
 */
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
#include "hsdk-common.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "snps,hsdk";
 | 
						|
};
 |