blob: 25aecdaf1f282f88c4109f47452beda73b91fba8 [file]
# Copyright 2021-2023 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
config NUM_IRQS
default 240
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 8000000
endif