- Add initial version of CYW920829M2EVK-02 board - [drivers: clock_control] Make it possible to set up both iho and imo clocks instead of just one or the other Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
13 lines
351 B
Text
13 lines
351 B
Text
# Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or
|
|
# an affiliate of Cypress Semiconductor Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Infineon CAT1B devices
|
|
|
|
# Series definitions
|
|
config SOC_SERIES_CYW20829
|
|
select ARM
|
|
select CPU_HAS_ARM_MPU
|
|
select CPU_CORTEX_M33
|
|
select CPU_HAS_FPU
|
|
select DYNAMIC_INTERRUPTS
|