hw/gpio: Add ASPEED GPIO model for AST1030
commit17075ef244d4ca52f7f097927c72b0e09f8d8a5c
authorJamin Lin <jamin_lin@aspeedtech.com>
Wed, 25 May 2022 08:31:33 +0000 (25 10:31 +0200)
committerCédric Le Goater <clg@kaod.org>
Wed, 25 May 2022 08:31:33 +0000 (25 10:31 +0200)
treeaee1dadb7fa8435f81d2278f294251f9e74e8858
parent7b1d21a8ba1e6091f1e54c74e7c664e26300accc
hw/gpio: Add ASPEED GPIO model for AST1030

AST1030 integrates one set of Parallel GPIO Controller
with maximum 151 control pins, which are 21 groups
(A~U, exclude pin: M6 M7 Q5 Q6 Q7 R0 R1 R4 R5 R6 R7 S0 S3 S4
S5 S6 S7 ) and the group T and U are input only.

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20220525053444.27228-3-jamin_lin@aspeedtech.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/arm/aspeed_ast10x0.c
hw/gpio/aspeed_gpio.c