Add i.MX25 support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
a058cbc179
commit
8c25c36f33
19 changed files with 816 additions and 1 deletions
|
@ -17,6 +17,15 @@
|
|||
#define UART_VADDR IO_ADDRESS(UART1_BASE_ADDR)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ARCH_MX25
|
||||
#ifdef UART_PADDR
|
||||
#error "CONFIG_DEBUG_LL is incompatible with multiple archs"
|
||||
#endif
|
||||
#include <mach/mx25.h>
|
||||
#define UART_PADDR UART1_BASE_ADDR
|
||||
#define UART_VADDR MX25_AIPS1_IO_ADDRESS(UART1_BASE_ADDR)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ARCH_MX2
|
||||
#ifdef UART_PADDR
|
||||
#error "CONFIG_DEBUG_LL is incompatible with multiple archs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue