1 /* 2 * Copyright (c) 2015-2022, STMicroelectronics - All Rights Reserved 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #if STM32MP13 8 #include "stm32mp13_rcc.h" 9 #endif 10 #if STM32MP15 11 #include "stm32mp15_rcc.h" 12 #endif 13