blob: 07b2a0d119792f0a5565b939959565ca89c6888c [file] [log] [blame]
include "system/public/zircon/mdi/zircon.mdi"
cpu-map = {
clusters = {
{
cpu-count = 4
}
}
}
mem-map = {
bank = {
base-phys = 0
length = 0x80000000 // 2GB
}
}
periph-mem-map = {
bank = {
base-virt = 0xffffffffc0000000
base-phys = 0xc0000000
length = 0x10200000
}
}
boot-reserve-mem-map = {
bank = {
// bl0-bl2 code
base-phys = 0
length = 0x01000000
}
{
// bl3 code
base-phys = 0x10000000
length = 0x00200000
}
}
kernel = {
s905-uart = {
irq = 225
base-phys = 0xc81004c0
base-virt = 0xffffffffc81004c0
}
arm-gic-v2 = {
base-virt = 0xffffffffc4300000
base-phys = 0xc4300000
gicd-offset = 0x1000
gicc-offset = 0x2000
gich-offset = 0x4000
gicv-offset = 0x6000
ipi-base = 5
}
arm-psci = {
use-smc = true
}
arm-timer = {
irq-phys = 30
}
}