1.. _boards-silabs: 2 3Silicon Labs 4############ 5 6.. toctree:: 7 :maxdepth: 2 8 :titlesonly: 9 :glob: 10 11 */* 12 13Silicon Labs development hardware is represented in Zephyr by mapping 14Silicon Labs *kits* to Zephyr *boards*. The name used is the orderable product 15number (OPN) of the kit, as found on the packaging and on the Silicon Labs 16website. The board name in Zephyr is created by normalizing the OPN to lowercase 17and replacing dashes with underscores. 18 19You may find multiple other number and letter sequences silk-screened or lasered 20onto Silicon Labs boards, including a PCB* number and a BRD* number. In most 21cases, the digits of these sequences correspond to the numerical part of the kit 22OPN. For instance, the kit ``xg24_dk2601b``, which is a Dev Kit for the 23EFR32xG24 SoC, uses board BRD2601B, which again uses PCB2601A. It is possible to 24use the ``west boards`` command to search for board names if you have a PCB and 25you don't know what board name to use: 26 27 .. code-block:: console 28 29 west boards -n 2601 30