zephyr/soc/cdns/sample_controller32/mpu.c
Daniel Leung d0e2a62daf soc: xtensa: add sample_controller32
Add sample_controller32 for Xtensa which has MPU.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-10-02 09:58:36 +02:00

16 lines
338 B
C

/*
* Copyright (c) 2024 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdint.h>
#include <xtensa/config/core-isa.h>
#include <zephyr/devicetree.h>
#include <zephyr/arch/xtensa/mpu.h>
#include <zephyr/sys/util.h>
const struct xtensa_mpu_range xtensa_soc_mpu_ranges[0];
const int xtensa_soc_mpu_ranges_num;