boards: silabs: Consistently name radio boards

Rename all Silicon Labs radio boards to always use the official kit name of
the kit containing only the radio board as board target name. Disentangle
boards using Series 1 and Series 2 SoCs that have almost nothing in common
in terms of devicetree content, but still occupied the same directory.

As part of the initial HWMv2 port, all radio boards were merged into a
single target efr32_radio, using the SoC as a board qualifier to target
specific boards. This was unfortunate, as the SoC name is not sufficient
to identify a specific board -- the same SoC may be used on multiple
different boards. This commit reinstates every radio board as an individual
board target.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
This commit is contained in:
Aksel Skauge Mellbye 2024-06-07 17:01:49 +02:00 committed by Anas Nashif
commit fee86aecaa
110 changed files with 1420 additions and 791 deletions

View file

@ -7,7 +7,7 @@ tests:
drivers.pwm.cc13xx_cc26xx_timer.build:
platform_allow: cc1352p1_launchxl
drivers.pwm.gecko.build:
platform_allow: efr32_radio/efr32fg1p133f256gm48
platform_allow: slwrb4250b
drivers.pwm.imx.build:
platform_allow: colibri_imx7d/mcimx7d/m4
drivers.pwm.litex.build: