summary refs log tree commit diff stats
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/arm/armsse.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/arm/armsse.c b/hw/arm/armsse.c
index f72d1adafe..f43f0524e2 100644
--- a/hw/arm/armsse.c
+++ b/hw/arm/armsse.c
@@ -321,6 +321,15 @@ static const ARMSSEDeviceInfo sse200_devices[] = {
         .irq = NO_IRQ,
     },
     {
+        .name = "SYS_PPU",
+        .type = TYPE_UNIMPLEMENTED_DEVICE,
+        .index = 7,
+        .addr = 0x50022000,
+        .size = 0x1000,
+        .ppc = NO_PPC,
+        .irq = NO_IRQ,
+    },
+    {
         .name = NULL,
     }
 };