]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - configs/vexpress-linux-demo.c
Merge remote-tracking branch 'kiszka/master'
[jailhouse.git] / configs / vexpress-linux-demo.c
index 85a9fcbc417f246b96cf64aa2676fd57bf68f491..250a3a89a059d984c0cee5f4e4581858b516f4d8 100644 (file)
@@ -55,9 +55,12 @@ struct {
        },
 
        .irqchips = {
-               /* GIC */ {
-                       .address = 0x2f000000,
-                       .pin_bitmap = 0x0000000000000100,
+               /* GIC v3 */ {
+                       .address = 0x2f000000, /* GIC v2: 0x2f001000 */
+                       .pin_base = 32,
+                       .pin_bitmap = {
+                               0x00000100,
+                       },
                },
        }
 };