stm32mp1_rcc.h 217 B

123456789101112
  1. /*
  2. * Copyright (c) 2015-2022, STMicroelectronics - All Rights Reserved
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #if STM32MP13
  7. #include "stm32mp13_rcc.h"
  8. #endif
  9. #if STM32MP15
  10. #include "stm32mp15_rcc.h"
  11. #endif