stm32mp1-clks.h 310 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
  2. /*
  3. * Copyright (C) STMicroelectronics 2018-2022 - All Rights Reserved
  4. * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics.
  5. */
  6. #if STM32MP13
  7. #include "stm32mp13-clks.h"
  8. #endif
  9. #if STM32MP15
  10. #include "stm32mp15-clks.h"
  11. #endif