cfg_clock_default.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2020 Savoir-faire Linux
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser General
5  * Public License v2.1. See the file LICENSE in the top level directory for more
6  * details.
7  */
8 
9 
20 #ifndef CLK_MP1_CFG_CLOCK_DEFAULT_H
21 #define CLK_MP1_CFG_CLOCK_DEFAULT_H
22 
23 #if defined(CPU_LINE_STM32MP157Cxx)
25 #else
26 #error "No clock configuration available for this family"
27 #endif
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif /* CLK_MP1_CFG_CLOCK_DEFAULT_H */
38 
cfg_clock_default_208.h
Default STM32MP1 clock configuration for 208MHz boards.