1/* Copyright (c) 2022 Intel Corporation
2 * SPDX-License-Identifier: Apache-2.0
3 */
4
5#include <zephyr/linker/devicetree_regions.h>
6#include <ace-link.ld>
7
8MEMORY
9{
10    LINKER_DT_REGIONS()
11}
12
13SECTIONS
14{
15    LINKER_DT_SECTIONS()
16}
17