diff options
author | Stefan Roese <sr@denx.de> | 2010-09-24 11:20:41 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2010-10-04 11:19:43 +0200 |
commit | c96be63aabb49fa2fc95de6b1aae13e91d8e3d10 (patch) | |
tree | 371e4d114d421757ac2dc310cdd1674ab054240f | |
parent | f14ae4180a37cf05c6bcfa5d55cc2955e920e1e2 (diff) | |
download | u-boot-imx-c96be63aabb49fa2fc95de6b1aae13e91d8e3d10.zip u-boot-imx-c96be63aabb49fa2fc95de6b1aae13e91d8e3d10.tar.gz u-boot-imx-c96be63aabb49fa2fc95de6b1aae13e91d8e3d10.tar.bz2 |
ppc4xx: Add defines for COM3 & COM4 (UART2 & UART3) on 440EPx/GRx
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | arch/powerpc/include/asm/ppc440epx_grx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/ppc440epx_grx.h b/arch/powerpc/include/asm/ppc440epx_grx.h index 252f35b..6c21472 100644 --- a/arch/powerpc/include/asm/ppc440epx_grx.h +++ b/arch/powerpc/include/asm/ppc440epx_grx.h @@ -36,6 +36,8 @@ #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_PERIPHERAL_BASE + 0x0300) #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_PERIPHERAL_BASE + 0x0400) +#define CONFIG_SYS_NS16550_COM3 (CONFIG_SYS_PERIPHERAL_BASE + 0x0500) +#define CONFIG_SYS_NS16550_COM4 (CONFIG_SYS_PERIPHERAL_BASE + 0x0600) #define GPIO0_BASE (CONFIG_SYS_PERIPHERAL_BASE + 0x0b00) #define GPIO1_BASE (CONFIG_SYS_PERIPHERAL_BASE + 0x0c00) |