soc: adi: Add MAX32660 SoC
This commit adds MAX32660 SoC and dts files. Signed-off-by: Yasin Ustuner <Yasin.Ustuner@analog.com>
This commit is contained in:
parent
ea591272e9
commit
de9f48ee33
5 changed files with 259 additions and 0 deletions
14
soc/adi/max32/Kconfig.defconfig.max32660
Normal file
14
soc/adi/max32/Kconfig.defconfig.max32660
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Analog Devices MAX32660 MCU
|
||||
|
||||
# Copyright (c) 2025 Analog Devices, Inc.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_MAX32660
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default $(dt_node_int_prop_int,/clocks/clk_ipo,clock-frequency)
|
||||
|
||||
config NUM_IRQS
|
||||
default 55
|
||||
|
||||
endif # SOC_MAX32660
|
|
@ -25,6 +25,10 @@ config SOC_MAX32655_M4
|
|||
select SOC_MAX32655
|
||||
select SOC_FAMILY_MAX32_M4
|
||||
|
||||
config SOC_MAX32660
|
||||
bool
|
||||
select SOC_FAMILY_MAX32_M4
|
||||
|
||||
config SOC_MAX32662
|
||||
bool
|
||||
select SOC_FAMILY_MAX32_M4
|
||||
|
@ -84,6 +88,7 @@ config SOC_MAX78002_M4
|
|||
config SOC
|
||||
default "max32650" if SOC_MAX32650
|
||||
default "max32655" if SOC_MAX32655
|
||||
default "max32660" if SOC_MAX32660
|
||||
default "max32662" if SOC_MAX32662
|
||||
default "max32666" if SOC_MAX32666
|
||||
default "max32670" if SOC_MAX32670
|
||||
|
|
|
@ -8,6 +8,7 @@ family:
|
|||
- name: max32655
|
||||
cpuclusters:
|
||||
- name: m4
|
||||
- name: max32660
|
||||
- name: max32662
|
||||
- name: max32666
|
||||
cpuclusters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue