Commit c96be63aabb49fa2fc95de6b1aae13e91d8e3d10

Authored by Stefan Roese
1 parent f14ae4180a

ppc4xx: Add defines for COM3 & COM4 (UART2 & UART3) on 440EPx/GRx

Signed-off-by: Stefan Roese <sr@denx.de>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

arch/powerpc/include/asm/ppc440epx_grx.h
... ... @@ -36,6 +36,8 @@
36 36  
37 37 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_PERIPHERAL_BASE + 0x0300)
38 38 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_PERIPHERAL_BASE + 0x0400)
  39 +#define CONFIG_SYS_NS16550_COM3 (CONFIG_SYS_PERIPHERAL_BASE + 0x0500)
  40 +#define CONFIG_SYS_NS16550_COM4 (CONFIG_SYS_PERIPHERAL_BASE + 0x0600)
39 41  
40 42 #define GPIO0_BASE (CONFIG_SYS_PERIPHERAL_BASE + 0x0b00)
41 43 #define GPIO1_BASE (CONFIG_SYS_PERIPHERAL_BASE + 0x0c00)