]> git.sur5r.net Git - u-boot/blobdiff - include/stm32_rcc.h
arm: socfpga: Restructure the SPL file
[u-boot] / include / stm32_rcc.h
index 484bc305f9c0c3fcd1db5e57255b914da9b7e608..71da3c1a87143960dbef3151b26b04db09695820 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) STMicroelectronics SA 2017
  * Author(s): Patrice CHOTARD, <patrice.chotard@st.com> for STMicroelectronics.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __STM32_RCC_H_
@@ -41,7 +40,8 @@ struct stm32_clk_info {
 };
 
 enum soc_family {
-       STM32F4,
+       STM32F42X,
+       STM32F469,
        STM32F7,
 };