mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/arm: Add SPI to Allwinner A10
The Allwinner A10 SPI controller is added to the Allwinner A10 description, so it is available when Cubieboard is emulated. Update the documentation for Cubieboard to indicate SPI availability. Signed-off-by: Strahinja Jankovic <strahinja.p.jankovic@gmail.com> Message-id: 20241001221349.8319-3-strahinja.p.jankovic@gmail.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
8d3dfb6205
commit
3341d1cb37
4 changed files with 12 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#include "hw/misc/allwinner-a10-ccm.h"
|
||||
#include "hw/misc/allwinner-a10-dramc.h"
|
||||
#include "hw/i2c/allwinner-i2c.h"
|
||||
#include "hw/ssi/allwinner-a10-spi.h"
|
||||
#include "hw/watchdog/allwinner-wdt.h"
|
||||
#include "sysemu/block-backend.h"
|
||||
|
||||
|
@ -40,6 +41,7 @@ struct AwA10State {
|
|||
AllwinnerAHCIState sata;
|
||||
AwSdHostState mmc0;
|
||||
AWI2CState i2c0;
|
||||
AWA10SPIState spi0;
|
||||
AwRtcState rtc;
|
||||
AwWdtState wdt;
|
||||
MemoryRegion sram_a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue