]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/gpio/aspeed_sgpio: Add basic device model for Aspeed SGPIO
authorYubin Zou <yubinz@google.com>
Fri, 19 Dec 2025 07:04:14 +0000 (07:04 +0000)
committerCédric Le Goater <clg@redhat.com>
Mon, 5 Jan 2026 09:38:02 +0000 (10:38 +0100)
commit5fbe0fc35a3ea39ff089ea6cda86747ebbb68102
treeefdc3e96dcd897531b9a11a32705c590e6cc8cab
parentd8e135369a363750b4a131ee3e272813f5e9419a
hw/gpio/aspeed_sgpio: Add basic device model for Aspeed SGPIO

This initial implementation includes the basic device structure,
memory-mapped register definitions, and read/write handlers for the
SGPIO control registers.

Signed-off-by: Yubin Zou <yubinz@google.com>
Reviewed-by: Kane Chen <kane_chen@aspeedtech.com>
Link: https://lore.kernel.org/qemu-devel/20251219-aspeed-sgpio-v5-1-fd5593178144@google.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/gpio/aspeed_sgpio.c [new file with mode: 0644]
hw/gpio/meson.build
include/hw/gpio/aspeed_sgpio.h [new file with mode: 0644]