| # Copyright (c) 2025 Nordic Semiconductor ASA |
| # Copyright (c) 2025 Raytac Corporation. |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| # Raytac AN54L15Q-DB board configuration |
| |
| if BOARD_RAYTAC_AN54L15Q_DB_NRF54L15_CPUAPP_NS |
| |
| DT_NRF_MPC := $(dt_nodelabel_path,nrf_mpc) |
| |
| config NRF_TRUSTZONE_FLASH_REGION_SIZE |
| hex |
| default $(dt_node_int_prop_hex,$(DT_NRF_MPC),override-granularity) |
| help |
| This defines the flash region size from the TrustZone perspective. |
| It is used when configuring the TrustZone and when setting alignments |
| requirements for the partitions. |
| This abstraction allows us to configure TrustZone without depending |
| on peripheral-specific symbols. |
| |
| config NRF_TRUSTZONE_RAM_REGION_SIZE |
| hex |
| default $(dt_node_int_prop_hex,$(DT_NRF_MPC),override-granularity) |
| help |
| This defines the RAM region size from the TrustZone perspective. |
| It is used when configuring the TrustZone and when setting alignments |
| requirements for the partitions. |
| This abstraction allows us to configure TrustZone without depending |
| on peripheral specific symbols. |
| |
| endif #BOARD_RAYTAC_AN54L15Q_DB_NRF54L15_CPUAPP_NS |