Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions boards/silabs/dev_kits/bgm220_ek4314a/board.cmake

This file was deleted.

6 changes: 0 additions & 6 deletions boards/silabs/dev_kits/bgm220_ek4314a/board.yml

This file was deleted.

28 changes: 0 additions & 28 deletions boards/silabs/dev_kits/xg22_ek2710a/Kconfig.defconfig

This file was deleted.

6 changes: 0 additions & 6 deletions boards/silabs/dev_kits/xg22_ek2710a/board.yml

This file was deleted.

55 changes: 0 additions & 55 deletions boards/silabs/dev_kits/xg22_ek2710a/xg22_ek2710a-pinctrl.dtsi

This file was deleted.

216 changes: 0 additions & 216 deletions boards/silabs/dev_kits/xg22_ek2710a/xg22_ek2710a.dts

This file was deleted.

10 changes: 10 additions & 0 deletions boards/silabs/explorer_kits/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _explorer_kits:

Explorer Kits
#############

.. toctree::
:maxdepth: 1
:glob:

**/*
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0

if BOARD_BGM220_EK4314A
if BOARD_BGM220_EK4314A || BOARD_XG22_EK2710A

config LOG_BACKEND_SWO_FREQ_HZ
default 875000
Expand All @@ -18,4 +18,4 @@ config MAIN_STACK_SIZE

endif # BT

endif # BOARD_BGM220_EK4314A
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment was actually correct?

endif
14 changes: 14 additions & 0 deletions boards/silabs/explorer_kits/xg22/bgm220_ek4314a.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright The Zephyr Project Contributors
*
* SPDX-License-Identifier: Apache-2.0
*/

/dts-v1/;
#include <silabs/xg22/bgm220pc22hna.dtsi>
#include "xg22_explorer_kit.dtsi"

/ {
model = "Silicon Labs BRD4314A (BGM220 Explorer Kit)";
compatible = "silabs,bgm220_ek4314a", "silabs,efr32bg22";
};
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
board_runner_args(jlink "--device=EFR32MG22C224F512IM40" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

board_runner_args(silabs_commander "--device=EFR32MG22E224F512IM40")
board_runner_args(silabs_commander "--device=${CONFIG_SOC}")
include(${ZEPHYR_BASE}/boards/common/silabs_commander.board.cmake)
11 changes: 11 additions & 0 deletions boards/silabs/explorer_kits/xg22/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
boards:
- name: bgm220_ek4314a
full_name: BGM220 Explorer Kit (BGM220-EK4314A)
vendor: silabs
socs:
- name: bgm220pc22hna
- name: xg22_ek2710a
full_name: EFR32xG22E Explorer Kit (xG22-EK2710A)
vendor: silabs
socs:
- name: efr32mg22e224f512im40
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ means Pin number 2 on PORTA, as used in the board's datasheets and manuals.
| PA6 | USART1_RX | UART Console VCOM_RX US0_RX |
+-------+-------------+-------------------------------------+

The default configuration can be found in
:zephyr_file:`boards/silabs/dev_kits/xg22_ek2710a/xg22_ek2710a_defconfig`

System Clock
============

Expand Down
Loading