X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fstm32_rcc.h;h=a09a09ff9550e8b48d4dc22b6b15ea9b3b09dd93;hb=476e991452433b72f280147c93435ccd9423639f;hp=063177bc9877cdf4d87affba15df09dc26c79eb6;hpb=9804d88630cdb22f5f0ace05ac05942928410fd9;p=oweals%2Fu-boot.git diff --git a/include/stm32_rcc.h b/include/stm32_rcc.h index 063177bc98..a09a09ff95 100644 --- a/include/stm32_rcc.h +++ b/include/stm32_rcc.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) STMicroelectronics SA 2017 * Author(s): Patrice CHOTARD, for STMicroelectronics. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __STM32_RCC_H_ @@ -41,8 +40,15 @@ struct stm32_clk_info { }; enum soc_family { - STM32F4, + STM32F42X, + STM32F469, STM32F7, + STM32MP1, +}; + +enum apb { + APB1, + APB2, }; struct stm32_rcc_clk {