mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Patches by Kshitij, 04 Jul 2003
- added support for arm925t cpu core - added support for TI OMAP 1510 Innovator Board
This commit is contained in:
@@ -60,6 +60,13 @@ struct NS16550 {
|
||||
int pad7:24;
|
||||
unsigned char scr; /* 7 */
|
||||
int pad8:24;
|
||||
#ifdef CONFIG_OMAP1510
|
||||
unsigned char mdr1; /* mode select reset TL16C750*/
|
||||
int pad9:24;
|
||||
unsigned long pad[10];
|
||||
unsigned char osc_12m_sel;
|
||||
int pad10:24;
|
||||
#endif
|
||||
} __attribute__ ((packed));
|
||||
#else
|
||||
#error "Please define NS16550 registers size."
|
||||
@@ -102,6 +109,10 @@ typedef volatile struct NS16550 *NS16550_t;
|
||||
#define LSR_TEMT 0x40 /* Xmitter empty */
|
||||
#define LSR_ERR 0x80 /* Error */
|
||||
|
||||
#ifdef CONFIG_OMAP1510
|
||||
#define OSC_12M_SEL 0x01 /* selects 6.5 * current clk div */
|
||||
#endif
|
||||
|
||||
/* useful defaults for LCR */
|
||||
#define LCR_8N1 0x03
|
||||
|
||||
|
Reference in New Issue
Block a user