blob: f4d0db790d6e3d9bb45a4e43c15d4657cbfb4ded [file] [log] [blame]
/*
* Copyright (c) 2024 Microchip Technology Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <soc.h>
#include <soc_cmn_init.h>
void soc_prep_hook(void)
{
mec5_soc_common_init();
}