mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw: aspeed: Add missing UART's
This adds the missing UART memory and IRQ mappings for the AST2400, AST2500, AST2600, and AST1030. This also includes the new UART interfaces added in the AST2600 and AST1030 from UART6 to UART13. The addresses and interrupt numbers for these two later chips are identical. Signed-off-by: Peter Delevoryas <pdel@fb.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20220516062328.298336-2-pdel@fb.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
699db71520
commit
ab5e86053d
4 changed files with 57 additions and 0 deletions
|
@ -105,6 +105,14 @@ enum {
|
|||
ASPEED_DEV_UART3,
|
||||
ASPEED_DEV_UART4,
|
||||
ASPEED_DEV_UART5,
|
||||
ASPEED_DEV_UART6,
|
||||
ASPEED_DEV_UART7,
|
||||
ASPEED_DEV_UART8,
|
||||
ASPEED_DEV_UART9,
|
||||
ASPEED_DEV_UART10,
|
||||
ASPEED_DEV_UART11,
|
||||
ASPEED_DEV_UART12,
|
||||
ASPEED_DEV_UART13,
|
||||
ASPEED_DEV_VUART,
|
||||
ASPEED_DEV_FMC,
|
||||
ASPEED_DEV_SPI1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue