summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed_ast10x0.c
diff options
context:
space:
mode:
authorPeter Delevoryas2022-05-25 10:31:33 +0200
committerCédric Le Goater2022-05-25 10:31:33 +0200
commitc5e1bdb9e243ad5563196175415f42e459040367 (patch)
tree18fa1bfb274e584f6817284d7d336f75fe3f6b98 /hw/arm/aspeed_ast10x0.c
parenthw: aspeed: Add missing UART's (diff)
downloadqemu-c5e1bdb9e243ad5563196175415f42e459040367.tar.gz
qemu-c5e1bdb9e243ad5563196175415f42e459040367.tar.xz
qemu-c5e1bdb9e243ad5563196175415f42e459040367.zip
hw: aspeed: Add uarts_num SoC attribute
AST2400 and AST2500 have 5 UART's, while the AST2600 and AST1030 have 13. Signed-off-by: Peter Delevoryas <pdel@fb.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20220516062328.298336-3-pdel@fb.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/arm/aspeed_ast10x0.c')
-rw-r--r--hw/arm/aspeed_ast10x0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/aspeed_ast10x0.c b/hw/arm/aspeed_ast10x0.c
index fa2cc4406c..bb8177e86c 100644
--- a/hw/arm/aspeed_ast10x0.c
+++ b/hw/arm/aspeed_ast10x0.c
@@ -301,6 +301,7 @@ static void aspeed_soc_ast1030_class_init(ObjectClass *klass, void *data)
sc->ehcis_num = 0;
sc->wdts_num = 4;
sc->macs_num = 1;
+ sc->uarts_num = 13;
sc->irqmap = aspeed_soc_ast1030_irqmap;
sc->memmap = aspeed_soc_ast1030_memmap;
sc->num_cpus = 1;