blob: ed5fedc9f2b2e5c371f715847257f17e49e6d596 [file]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
// AST10x0 kernel-only SMC DMA IRQ test configuration.
{
arch: {
type: "armv7m",
vector_table_start_address: 0x00000000,
vector_table_size_bytes: 1280,
},
kernel: {
flash_start_address: 0x00000500,
flash_size_bytes: 262144,
ram_start_address: 0x00040500,
ram_size_bytes: 393216,
interrupt_table: {
table: {
// FMC IRQ.
"39": "crate::fmc_dma_irq_handler",
},
},
},
}