]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - configs/bananapi.c
config: Correct / comment GIC irqchip addresses
[jailhouse.git] / configs / bananapi.c
index f4ef64ae29385de10e895ce2c66938d99006d175..6e727430ed577a9a01cd4551c9cb39e4c49a8230 100644 (file)
@@ -29,7 +29,7 @@ struct {
                        .phys_start = 0x7c000000,
                        .size = 0x4000000,
                },
-               .debug_uart = {
+               .debug_console = {
                        .phys_start = 0x01c28000,
                        .size = 0x1000,
                        .flags = JAILHOUSE_MEM_IO,
@@ -163,8 +163,11 @@ struct {
        },
        .irqchips = {
                /* GIC */ {
-                       .address = 0x2f000000,
-                       .pin_bitmap = 0xffffffffffffffff,
+                       .address = 0x01c81000,
+                       .pin_base = 32,
+                       .pin_bitmap = {
+                               0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
+                       },
                },
        },