docs/system/arm/raspi.rst | 3 +- hw/arm/Kconfig | 1 + hw/arm/bcm2835_peripherals.c | 17 +- hw/ssi/Kconfig | 4 + hw/ssi/bcm2835_spi.c | 288 +++++++++++++++++++++++++++ hw/ssi/meson.build | 1 + include/hw/arm/bcm2835_peripherals.h | 3 +- include/hw/ssi/bcm2835_spi.h | 81 ++++++++ 8 files changed, 392 insertions(+), 6 deletions(-) create mode 100644 hw/ssi/bcm2835_spi.c create mode 100644 include/hw/ssi/bcm2835_spi.h