boards: Add support for SiLabs xG24-PK6010A board
Add Silicon Labs xG24-PK6010A (BRD4187C radio plug-in board) support to the efr32_radio board. Signed-off-by: Markus Fuchs <markus.fuchs@ch.sauter-bc.com>
This commit is contained in:
parent
f4f2fad800
commit
4310853d07
15 changed files with 399 additions and 2 deletions
|
@ -9,6 +9,7 @@ config SOC_SERIES
|
|||
default "efr32mg24"
|
||||
|
||||
config SOC_PART_NUMBER
|
||||
default "EFR32MG24B220F1536IM48" if SOC_PART_NUMBER_EFR32MG24B220F1536IM48
|
||||
default "EFR32MG24B310F1536IM48" if SOC_PART_NUMBER_EFR32MG24B310F1536IM48
|
||||
|
||||
config NUM_IRQS
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
# Copyright (c) 2020 TriaGnoSys GmbH
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_PART_NUMBER_EFR32MG24B220F1536IM48
|
||||
bool
|
||||
depends on SOC_SERIES_EFR32MG24
|
||||
|
||||
config SOC_PART_NUMBER_EFR32MG24B310F1536IM48
|
||||
bool
|
||||
depends on SOC_SERIES_EFR32MG24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue