summaryrefslogtreecommitdiff
path: root/include/drivers/st/stm32mp1_rcc.h
blob: d79422508e7f630e881053130ee03d14f29f68bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2015-2022, STMicroelectronics - All Rights Reserved
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#if STM32MP13
#include "stm32mp13_rcc.h"
#endif
#if STM32MP15
#include "stm32mp15_rcc.h"
#endif