projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14ae41
)
ppc4xx: Add defines for COM3 & COM4 (UART2 & UART3) on 440EPx/GRx
author
Stefan Roese
<sr@denx.de>
Fri, 24 Sep 2010 09:20:41 +0000
(11:20 +0200)
committer
Stefan Roese
<sr@denx.de>
Mon, 4 Oct 2010 09:19:43 +0000
(11:19 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
arch/powerpc/include/asm/ppc440epx_grx.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/ppc440epx_grx.h
b/arch/powerpc/include/asm/ppc440epx_grx.h
index 252f35bdc628f24d4576f9adc4a0b415bcab4077..6c214726bbbd828c4f84bcb86b7c1bd6effbe298 100644
(file)
--- 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)