blob: 4bfe732fc6c708264325b7cb51ff795994309fe0 [file] [log] [blame]
/*
* Copyright (c) 2024-2025 Renesas Electronics Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/devicetree.h>
#if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(option_setting_osis))
SECTION_DATA_PROLOGUE(.option_setting_osis, DT_REG_ADDR(DT_NODELABEL(option_setting_osis)),)
{
KEEP(*(.option_setting_osis))
} GROUP_LINK_IN(OFS_OSIS_MEMORY)
#endif