rtems/versal: Updated mmu to include mapping for SDHCI devices on versal

Tested on VCK190

Updates #4762
This commit is contained in:
Aaron Nyholm
2022-11-22 13:16:51 +11:00
committed by Chris Johns
parent 5b7eea631d
commit c5fa19ecb3

View File

@@ -44,7 +44,11 @@
BSP_START_DATA_SECTION static const aarch64_mmu_config_entry
versal_mmu_config_table[] = {
AARCH64_MMU_DEFAULT_SECTIONS,
{ /* APU GIC */
{ /* Devices */
.begin = 0xf1000000U,
.end = 0xf2000000U,
.flags = AARCH64_MMU_DEVICE
}, { /* APU GIC */
.begin = 0xf9000000U,
.end = 0xf90c0000U,
.flags = AARCH64_MMU_DEVICE