mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC. Features: up to 256MB DDR2, up to 512MB NAND, USB hub, mUSB, WiFi, BT, Analog audio codec, touch screen controller, LED. Add basic support including: LED, Serial console, NAND, MMC, GPIO, I2C, 256MB DRAM. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
		
			
				
	
	
		
			13 lines
		
	
	
		
			147 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			147 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_CM_T3517
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "cm_t3517"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "compulab"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "cm_t3517"
 | |
| 
 | |
| endif
 |