Go to the source code of this file.
#define AM33XX_UART1_BASE 0x44E09000 |
#define AM35XX_UART4_BASE 0x4809E000 /* Only on AM3505/3517 */ |
#define is_omap_port |
( |
|
pt | ) |
|
Value:({int __ret = 0; \
__ret = 1; \
__ret; \
})
Definition at line 113 of file serial.h.
#define OMAP1510_BASE_BAUD (12000000/16) |
#define OMAP16XX_BASE_BAUD (48000000/16) |
#define OMAP1_UART1_BASE 0xfffb0000 |
#define OMAP1_UART2_BASE 0xfffb0800 |
#define OMAP1_UART3_BASE 0xfffb9800 |
#define OMAP24XX_BASE_BAUD (48000000/16) |
#define OMAP2_UART1_BASE 0x4806a000 |
#define OMAP2_UART2_BASE 0x4806c000 |
#define OMAP2_UART3_BASE 0x4806e000 |
#define OMAP3_UART3_BASE 0x49020000 |
#define OMAP3_UART4_AM35XX_BASE 0x4809E000 /* Only on AM35xx */ |
#define OMAP3_UART4_BASE 0x49042000 /* Only on 36xx */ |
#define OMAP3UART4 34 /* Only on 36xx */ |
#define OMAP4_UART3_BASE 0x48020000 |
#define OMAP4_UART4_BASE 0x4806e000 |
#define OMAP5_UART5_BASE 0x48066000 |
#define OMAP5_UART6_BASE 0x48068000 |
#define OMAP7XX_PORT_SHIFT 0 |
#define OMAP_PORT_SHIFT 2 |
#define OMAP_UART_INFO_OFS 0x3ffc |
#define TI81XX_UART1_BASE 0x48020000 |
#define TI81XX_UART2_BASE 0x48022000 |
#define TI81XX_UART3_BASE 0x48024000 |
#define ZOOM_PORT_SHIFT 1 |
#define ZOOM_UART 95 /* Only on zoom2/3 */ |
#define ZOOM_UART_BASE 0x10000000 |
#define ZOOM_UART_VIRT 0xfa400000 |
omap_serial_board_init() - initialize all supported serial ports : platform specific data pointer
Initializes all available UARTs as serial ports. Platforms can call this function when they want to have default behaviour for serial ports (e.g initialize them all as serial ports).
Definition at line 352 of file serial.c.
omap_serial_init() - initialize all supported serial ports
Initializes all available UARTs. Platforms can call this function when they want to have default behaviour for serial ports (e.g initialize them all as serial ports).
Definition at line 108 of file serial.c.