/* * Arm SCP/MCP Software * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "synquacer_mmap.h" #include #include #include /* * CCN512 module */ struct fwk_module_config config_ccn512 = { .data = &((struct mod_ccn512_module_config){ .reg_base = (ccn512_reg_t *)CCN512_BASE, }), };