1 /* include/asm-arm/arch-lh7a40x/serial.h
3 * Copyright (C) 2004 Coastal Environmental Systems
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
11 #ifndef __ASM_ARCH_SERIAL_H
12 #define __ASM_ARCH_SERIAL_H
14 #include <asm/arch/registers.h>
16 #define UART_R_DATA (0x00)
17 #define UART_R_FCON (0x04)
18 #define UART_R_BRCON (0x08)
19 #define UART_R_CON (0x0c)
20 #define UART_R_STATUS (0x10)
21 #define UART_R_RAWISR (0x14)
22 #define UART_R_INTEN (0x18)
23 #define UART_R_ISR (0x1c)
25 #endif /* _ASM_ARCH_SERIAL_H */