mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
hw: support for ARM64 Raspberry Pi 3
Restriction: enables only cpu core 0 and the timer interrupt by now. Fix #3405
This commit is contained in:
committed by
Christian Helmuth
parent
87015df66c
commit
90d07741aa
@ -42,6 +42,11 @@ namespace Rpi {
|
||||
PL011_0_MMIO_SIZE = 0x1000,
|
||||
PL011_0_CLOCK = 3000000,
|
||||
|
||||
PL011_1_IRQ = 61,
|
||||
PL011_1_MMIO_BASE = 0x20215000,
|
||||
PL011_1_MMIO_SIZE = 0x1000,
|
||||
PL011_1_CLOCK = 3000000,
|
||||
|
||||
IRQ_CONTROLLER_BASE = 0x2000b200,
|
||||
IRQ_CONTROLLER_SIZE = 0x100,
|
||||
|
||||
|
Reference in New Issue
Block a user