mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 14:18:27 +00:00
hw: add TrustZone support for i.MX53 (ref #954)
This commit is contained in:
committed by
Norman Feske
parent
238430a362
commit
6f136bef7a
@ -25,8 +25,10 @@ namespace Genode
|
||||
MMIO_BASE = 0x0,
|
||||
MMIO_SIZE = 0x70000000,
|
||||
|
||||
RAM_BASE = 0x70000000,
|
||||
RAM_SIZE = 0x40000000,
|
||||
RAM0_BASE = 0x70000000,
|
||||
RAM0_SIZE = 0x20000000,
|
||||
RAM1_BASE = 0xb0000000,
|
||||
RAM1_SIZE = 0x20000000,
|
||||
|
||||
UART_1_IRQ = 31,
|
||||
UART_1_MMIO_BASE = 0x53fbc000,
|
||||
|
Reference in New Issue
Block a user