]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm: Attach PSPI module to NPCM8XX SoC
authorTim Lee <timlee660101@gmail.com>
Mon, 14 Apr 2025 02:06:29 +0000 (10:06 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 May 2025 14:02:34 +0000 (15:02 +0100)
commitd5df2bb0faad0e766cdd9f705d41b6092391153a
treee47dab193442eb92bbf06558352e2961fb7cdb96
parentcef2274dfab2e0a1795297b98dd89d59e1d01e85
hw/arm: Attach PSPI module to NPCM8XX SoC

Nuvoton's PSPI is a general purpose SPI module which enables
connections to SPI-based peripheral devices. Attach it to the NPCM8XX.

Tested:
NPCM8XX PSPI driver probed successfully from dmesg log.

Signed-off-by: Tim Lee <timlee660101@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
Message-id: 20250414020629.1867106-1-timlee660101@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/npcm8xx.c
include/hw/arm/npcm8xx.h