1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00

PXA270: Add support for multiple serial ports.

This patch adds support for multiple serial ports to the PXA target.
FFUART, BTUART and STUART are supported.

Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
stefano babic
2007-08-30 22:57:04 +02:00
committed by Wolfgang Denk
parent 28bb3f72c6
commit 80172c6181
4 changed files with 285 additions and 81 deletions

View File

@@ -36,6 +36,10 @@ extern struct serial_device eserial4_device;
#endif
extern struct serial_device serial_ffuart_device;
extern struct serial_device serial_btuart_device;
extern struct serial_device serial_stuart_device;
extern void serial_initialize(void);
extern void serial_devices_init(void);
extern int serial_assign(char * name);