mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00: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:
parent
28bb3f72c6
commit
80172c6181
4 changed files with 285 additions and 81 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue