mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
milkymist_uart: support new core version
The new version of the uart core introduces status and control bits. Signed-off-by: Michael Walle <michael@walle.cc>
This commit is contained in:
parent
27f930c5f0
commit
fcfa339778
4 changed files with 68 additions and 15 deletions
|
@ -146,7 +146,7 @@ milkymist_init(ram_addr_t ram_size_not_used,
|
|||
exit(1);
|
||||
}
|
||||
|
||||
milkymist_uart_create(0x60000000, irq[0], irq[1]);
|
||||
milkymist_uart_create(0x60000000, irq[0]);
|
||||
milkymist_sysctl_create(0x60001000, irq[2], irq[3], irq[4],
|
||||
80000000, 0x10014d31, 0x0000041f, 0x00000001);
|
||||
milkymist_hpdmc_create(0x60002000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue