mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/arm/iotkit: Wire up the S32KTIMER
The IoTKit has a CMSDK timer device that runs on the S32KCLK. Create this and wire it up. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180820141116.9118-8-peter.maydell@linaro.org
This commit is contained in:
parent
d61e4e1ff7
commit
e2d203baba
2 changed files with 6 additions and 5 deletions
|
@ -83,6 +83,7 @@ typedef struct IoTKit {
|
|||
TZMPC mpc;
|
||||
CMSDKAPBTIMER timer0;
|
||||
CMSDKAPBTIMER timer1;
|
||||
CMSDKAPBTIMER s32ktimer;
|
||||
qemu_or_irq ppc_irq_orgate;
|
||||
SplitIRQ sec_resp_splitter;
|
||||
SplitIRQ ppc_irq_splitter[NUM_PPCS];
|
||||
|
@ -91,7 +92,6 @@ typedef struct IoTKit {
|
|||
qemu_or_irq nmi_orgate;
|
||||
|
||||
CMSDKAPBDualTimer dualtimer;
|
||||
UnimplementedDeviceState s32ktimer;
|
||||
|
||||
CMSDKAPBWatchdog s32kwatchdog;
|
||||
CMSDKAPBWatchdog nswatchdog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue