blob: 6e78229963548ff0842af2474a1c2911c070bf0c [file] [log] [blame]
# Copyright 2021-2023, 2025 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_MIMX8ML8_A53
# Workaround for not being able to have commas in macro arguments
DT_CHOSEN_Z_FLASH := zephyr,flash
config FLASH_SIZE
default $(dt_chosen_reg_size_int,$(DT_CHOSEN_Z_FLASH),0,K)
config FLASH_BASE_ADDRESS
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_FLASH))
# Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
config GIC_SAFE_CONFIG
default y
# Disable data cache until MMU is enabled when booting from EL2
config ARM64_DCACHE_ALL_OPS
default y
config ARM64_BOOT_DISABLE_DCACHE
default y
config NUM_IRQS
default 240
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 8000000
endif