stm32mp1-resets.h 235 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
  2. /*
  3. * Copyright (C) 2020-2022, STMicroelectronics - All Rights Reserved
  4. */
  5. #if STM32MP13
  6. #include "stm32mp13-resets.h"
  7. #endif
  8. #if STM32MP15
  9. #include "stm32mp15-resets.h"
  10. #endif