mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-03 18:01:41 +01:00 
			
		
		
		
	Add initial support for Technexion Pico-iMX8MQ SoM on PicoPI carrier
board. Currently working is ethernet, serial, eMMC. DT is imported
from Linux 5.4.28 ("462afcd6e7ea") .
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
		
	
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			158 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			158 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
if TARGET_PICO_IMX8MQ
 | 
						|
 | 
						|
config SYS_BOARD
 | 
						|
	default "pico-imx8mq"
 | 
						|
 | 
						|
config SYS_VENDOR
 | 
						|
	default "technexion"
 | 
						|
 | 
						|
config SYS_CONFIG_NAME
 | 
						|
	default "pico-imx8mq"
 | 
						|
 | 
						|
endif
 |