1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * Description:
8  *     Configuration of the Juno SoC clock module
9  */
10 
11 #include <fwk_module.h>
12 
13 const struct fwk_module_config config_juno_soc_clock = { 0 };
14