mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 10:21:25 +01:00 
			
		
		
		
	Add EA iMX7ULP COM board support for building SPL. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
		
			
				
	
	
		
			38 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+ OR X11
 | 
						|
/*
 | 
						|
 * Copyright 2019 Foundries.io
 | 
						|
 */
 | 
						|
 | 
						|
&iomuxc1 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&ahbbridge0 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&ahbbridge1 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&lpuart4 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&usbotg1 {
 | 
						|
	extcon = <&usbphy1>;
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&usbphy1 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&usdhc0 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&gpio0 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 |