diff options
| author | Greg Ungerer <gerg@uclinux.org> | 2013-10-29 01:15:51 -0400 |
|---|---|---|
| committer | Shawn Guo <shawn.guo@linaro.org> | 2013-12-09 00:18:18 -0500 |
| commit | ad364a7014cb2548ccc7fabc2c1f63e41cb6dd67 (patch) | |
| tree | 140b9564738e81954b71e898a6fd3c1a3c302c36 /arch/arm/include/debug | |
| parent | 188652b49ff1d2fe0fb6aaea37f07f7410e497db (diff) | |
ARM: imx: add debug uart support for IMX50 SoC
Add appropriate UART address definitions and support defines for using the
UARTs of the Freescale IMX50 SoC as debug ports.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/include/debug')
| -rw-r--r-- | arch/arm/include/debug/imx-uart.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/include/debug/imx-uart.h b/arch/arm/include/debug/imx-uart.h index 29da84e183f4..42b823cd2d22 100644 --- a/arch/arm/include/debug/imx-uart.h +++ b/arch/arm/include/debug/imx-uart.h | |||
| @@ -43,6 +43,14 @@ | |||
| 43 | #define IMX35_UART_BASE_ADDR(n) IMX35_UART##n##_BASE_ADDR | 43 | #define IMX35_UART_BASE_ADDR(n) IMX35_UART##n##_BASE_ADDR |
| 44 | #define IMX35_UART_BASE(n) IMX35_UART_BASE_ADDR(n) | 44 | #define IMX35_UART_BASE(n) IMX35_UART_BASE_ADDR(n) |
| 45 | 45 | ||
| 46 | #define IMX50_UART1_BASE_ADDR 0x53fbc000 | ||
| 47 | #define IMX50_UART2_BASE_ADDR 0x53fc0000 | ||
| 48 | #define IMX50_UART3_BASE_ADDR 0x5000c000 | ||
| 49 | #define IMX50_UART4_BASE_ADDR 0x53ff0000 | ||
| 50 | #define IMX50_UART5_BASE_ADDR 0x63f90000 | ||
| 51 | #define IMX50_UART_BASE_ADDR(n) IMX50_UART##n##_BASE_ADDR | ||
| 52 | #define IMX50_UART_BASE(n) IMX50_UART_BASE_ADDR(n) | ||
| 53 | |||
| 46 | #define IMX51_UART1_BASE_ADDR 0x73fbc000 | 54 | #define IMX51_UART1_BASE_ADDR 0x73fbc000 |
| 47 | #define IMX51_UART2_BASE_ADDR 0x73fc0000 | 55 | #define IMX51_UART2_BASE_ADDR 0x73fc0000 |
| 48 | #define IMX51_UART3_BASE_ADDR 0x7000c000 | 56 | #define IMX51_UART3_BASE_ADDR 0x7000c000 |
| @@ -85,6 +93,8 @@ | |||
| 85 | #define UART_PADDR IMX_DEBUG_UART_BASE(IMX31) | 93 | #define UART_PADDR IMX_DEBUG_UART_BASE(IMX31) |
| 86 | #elif defined(CONFIG_DEBUG_IMX35_UART) | 94 | #elif defined(CONFIG_DEBUG_IMX35_UART) |
| 87 | #define UART_PADDR IMX_DEBUG_UART_BASE(IMX35) | 95 | #define UART_PADDR IMX_DEBUG_UART_BASE(IMX35) |
| 96 | #elif defined(CONFIG_DEBUG_IMX50_UART) | ||
| 97 | #define UART_PADDR IMX_DEBUG_UART_BASE(IMX50) | ||
| 88 | #elif defined(CONFIG_DEBUG_IMX51_UART) | 98 | #elif defined(CONFIG_DEBUG_IMX51_UART) |
| 89 | #define UART_PADDR IMX_DEBUG_UART_BASE(IMX51) | 99 | #define UART_PADDR IMX_DEBUG_UART_BASE(IMX51) |
| 90 | #elif defined(CONFIG_DEBUG_IMX53_UART) | 100 | #elif defined(CONFIG_DEBUG_IMX53_UART) |
