Skip to content

Commit a97b200

Browse files
ttmutcfriedt
authored andcommitted
soc: adi: max32: Add support for MAX32658 SoC
MAX32658 is the 1.8V variant of MAX32657. From a software perspective, both SoCs are functionally equivalent. Reuse the existing MAX32657 backend for MAX32658 to enable support with minimal changes. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent af2e66e commit a97b200

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

soc/adi/max32/Kconfig.soc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ config SOC_MAX32657
3333
bool
3434
select SOC_FAMILY_MAX32_M33
3535

36+
config SOC_MAX32658
37+
bool
38+
select SOC_MAX32657
39+
3640
config SOC_MAX32660
3741
bool
3842
select SOC_FAMILY_MAX32_M4
@@ -97,6 +101,7 @@ config SOC
97101
default "max32650" if SOC_MAX32650
98102
default "max32655" if SOC_MAX32655
99103
default "max32657" if SOC_MAX32657
104+
default "max32658" if SOC_MAX32658
100105
default "max32660" if SOC_MAX32660
101106
default "max32662" if SOC_MAX32662
102107
default "max32666" if SOC_MAX32666

soc/adi/max32/soc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ family:
99
cpuclusters:
1010
- name: m4
1111
- name: max32657
12+
- name: max32658
1213
- name: max32660
1314
- name: max32662
1415
- name: max32666

0 commit comments

Comments
 (0)