mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	serial_mxc: add support for MX53 processor
This patch add UART support for Freescale MX53 processor Signed-off-by: Jason Liu <r64343@freescale.com>
This commit is contained in:
		
							parent
							
								
									96912453fe
								
							
						
					
					
						commit
						0c466ad017
					
				@ -56,6 +56,12 @@
 | 
			
		||||
#define UART_PHYS UART2_BASE_ADDR
 | 
			
		||||
#elif defined(CONFIG_SYS_MX51_UART3)
 | 
			
		||||
#define UART_PHYS UART3_BASE_ADDR
 | 
			
		||||
#elif defined(CONFIG_SYS_MX53_UART1)
 | 
			
		||||
#define UART_PHYS UART1_BASE_ADDR
 | 
			
		||||
#elif defined(CONFIG_SYS_MX53_UART2)
 | 
			
		||||
#define UART_PHYS UART2_BASE_ADDR
 | 
			
		||||
#elif defined(CONFIG_SYS_MX53_UART3)
 | 
			
		||||
#define UART_PHYS UART3_BASE_ADDR
 | 
			
		||||
#else
 | 
			
		||||
#error "define CONFIG_SYS_MXxx_UARTx to use the MXC UART driver"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user