Skip to content

Commit 8ca5448

Browse files
NeilChen9357300
authored andcommitted
[nrf fromtree] soc: mcxc444: add soc support for mcxc444
Add MCXC444 support Signed-off-by: Neil Chen <[email protected]> (cherry picked from commit 880952d)
1 parent 870d769 commit 8ca5448

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

soc/nxp/mcx/mcxc/Kconfig.soc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ config SOC_MCXC242
2020
bool
2121
select SOC_SERIES_MCXC
2222

23+
config SOC_MCXC444
24+
bool
25+
select SOC_SERIES_MCXC
26+
2327
config SOC
2428
default "mcxc141" if SOC_MCXC141
2529
default "mcxc142" if SOC_MCXC142
2630
default "mcxc242" if SOC_MCXC242
31+
default "mcxc444" if SOC_MCXC444
2732

2833
config SOC_PART_NUMBER_MCXC141VLH
2934
bool
@@ -40,9 +45,17 @@ config SOC_PART_NUMBER_MCXC242VLH
4045
config SOC_PART_NUMBER_MCXC242VFM
4146
bool
4247

48+
config SOC_PART_NUMBER_MCXC444VLH
49+
bool
50+
51+
config SOC_PART_NUMBER_MCXC444VMP
52+
bool
53+
4354
config SOC_PART_NUMBER
4455
default "MCXC141VFM" if SOC_PART_NUMBER_MCXC141VLH
4556
default "MCXC141VFM" if SOC_PART_NUMBER_MCXC141VFM
4657
default "MCXC141VFM" if SOC_PART_NUMBER_MCXC142VFM
4758
default "MCXC242VLH" if SOC_PART_NUMBER_MCXC242VLH
4859
default "MCXC242VFM" if SOC_PART_NUMBER_MCXC242VFM
60+
default "MCXC444VLH" if SOC_PART_NUMBER_MCXC444VLH
61+
default "MCXC444VMP" if SOC_PART_NUMBER_MCXC444VMP

soc/nxp/mcx/soc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ family:
1313
- name: mcxc141
1414
- name: mcxc142
1515
- name: mcxc242
16+
- name: mcxc444
1617
- name: mcxa
1718
socs:
1819
- name: mcxa156

0 commit comments

Comments
 (0)