soc: introduce the EFR32MG24B210F1536IM48
The EFR32MG24B210F1536IM48 has 4 more GPIOs than the EFR32MG24B310F1536IM48, and does not support the high accuracy mode for the IADC. Signed-off-by: Daniel Fuchs <software@sagacioussuricata.com>
This commit is contained in:
parent
1b70bfa14e
commit
f0fee215ab
3 changed files with 32 additions and 0 deletions
|
@ -19,15 +19,21 @@ config SOC_PART_NUMBER_EFR32MG24B310F1536IM48
|
|||
bool
|
||||
select SOC_SERIES_EFR32MG24
|
||||
|
||||
config SOC_PART_NUMBER_EFR32MG24B210F1536IM48
|
||||
bool
|
||||
select SOC_SERIES_EFR32MG24
|
||||
|
||||
config SOC_SERIES
|
||||
default "efr32mg24" if SOC_SERIES_EFR32MG24
|
||||
|
||||
config SOC
|
||||
default "efr32mg24b220f1536im48" if SOC_PART_NUMBER_EFR32MG24B220F1536IM48
|
||||
default "efr32mg24b310f1536im48" if SOC_PART_NUMBER_EFR32MG24B310F1536IM48
|
||||
default "efr32mg24b210f1536im48" if SOC_PART_NUMBER_EFR32MG24B210F1536IM48
|
||||
default "efr32mg24b020f1536im40" if SOC_PART_NUMBER_EFR32MG24B020F1536IM40
|
||||
|
||||
config SOC_PART_NUMBER
|
||||
default "EFR32MG24B220F1536IM48" if SOC_PART_NUMBER_EFR32MG24B220F1536IM48
|
||||
default "EFR32MG24B310F1536IM48" if SOC_PART_NUMBER_EFR32MG24B310F1536IM48
|
||||
default "EFR32MG24B210F1536IM48" if SOC_PART_NUMBER_EFR32MG24B210F1536IM48
|
||||
default "EFR32MG24B020F1536IM40" if SOC_PART_NUMBER_EFR32MG24B020F1536IM40
|
||||
|
|
|
@ -51,6 +51,7 @@ family:
|
|||
socs:
|
||||
- name: efr32mg24b220f1536im48
|
||||
- name: efr32mg24b310f1536im48
|
||||
- name: efr32mg24b210f1536im48
|
||||
- name: efr32mg24b020f1536im40
|
||||
- name: efr32bg27
|
||||
socs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue