OSDN Git Service

hw/ssi: Add Nuvoton PSPI Module
authorHao Wu <wuhaotsh@google.com>
Wed, 8 Feb 2023 23:54:32 +0000 (15:54 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2023 16:00:48 +0000 (16:00 +0000)
commit69fbfb8ff1369bd51ada1b4fb9b800e3e8d92fba
treedeb2edd7556bc51a4853ad57ee128dd899d7b946
parent73c793dab2d3dd07a0b6c9312d645863ca46c128
hw/ssi: Add Nuvoton PSPI Module

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

Signed-off-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Chris Rauer <crauer@google.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@linaro.org>
Message-id: 20230208235433.3989937-3-wuhaotsh@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
hw/ssi/meson.build
hw/ssi/npcm_pspi.c [new file with mode: 0644]
hw/ssi/trace-events
include/hw/ssi/npcm_pspi.h [new file with mode: 0644]