board: Add uCRobotics Bubblegum-96 board support
[platform/kernel/u-boot.git] / include / stm32_rcc.h
index 748c2eb..71da3c1 100644 (file)
@@ -40,7 +40,8 @@ struct stm32_clk_info {
 };
 
 enum soc_family {
-       STM32F4,
+       STM32F42X,
+       STM32F469,
        STM32F7,
 };