2 * arch/arm/mach-nuc93x/include/mach/regs-serial.h
4 * Copyright (c) 2008 Nuvoton technology corporation
7 * Wan ZongShun <mcuos.com@gmail.com>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
16 #ifndef __ASM_ARM_REGS_SERIAL_H
17 #define __ASM_ARM_REGS_SERIAL_H
19 #define UART0_BA NUC93X_VA_UART
20 #define UART1_BA (NUC93X_VA_UART+0x100)
22 #define UART0_PA NUC93X_PA_UART
23 #define UART1_PA (NUC93X_PA_UART+0x100)
28 struct nuc93x_uart_clksrc
{
31 unsigned int min_baud
;
32 unsigned int max_baud
;
35 struct nuc93x_uartcfg
{
39 unsigned long uart_flags
;
45 struct nuc93x_uart_clksrc
*clocks
;
46 unsigned int clocks_size
;
49 #endif /* __ASSEMBLY__ */
51 #endif /* __ASM_ARM_REGS_SERIAL_H */