1/*
2 * Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#if DT_NODE_HAS_STATUS(DT_NODELABEL(ddr4), okay)
8GROUP_START(DDR4)
9
10	SECTION_DATA_PROLOGUE(_DDR4_SECTION_NAME,,SUBALIGN(16))
11	{
12		. = ALIGN(16);
13		*(tflm_model tflm_arena tflm_input tflm_output)
14	} GROUP_LINK_IN(DDR4)
15
16GROUP_END(DDR4)
17#endif
18