Skip to content

Commit 55ea23d

Browse files
asmellbyXH-YongbingLiu
authored andcommitted
boards: silabs: Add xg27 radio boards
Add 3 xg27 radio boards: * bg27_rb4110b * bg27_rb4111b * xg27_rb4194a Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 6875651 commit 55ea23d

25 files changed

+1212
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2025 Silicon Laboratories Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_BG27_RB4110B
5+
select SOC_EFR32BG27C320F768GJ39
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2025 Silicon Laboratories Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_BG27_RB4111B
5+
select SOC_EFR32BG27C320F768GJ39
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright (c) 2025 Silicon Laboratories Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
if BOARD_XG27_RB4194A || BOARD_BG27_RB4110B || BOARD_BG27_RB4111B
5+
6+
config LOG_BACKEND_SWO_FREQ_HZ
7+
default 875000
8+
depends on LOG_BACKEND_SWO
9+
10+
config FPU
11+
default y if SOC_GECKO_USE_RAIL || BT
12+
13+
if BT
14+
15+
config MAIN_STACK_SIZE
16+
default 3072 if PM
17+
default 2304
18+
19+
endif # BT
20+
21+
endif
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2025 Silicon Laboratories Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_XG27_RB4194A
5+
select SOC_EFR32MG27C140F768IM40
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Copyright (c) 2025 Silicon Laboratories Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/dts-v1/;
8+
#include <zephyr/dt-bindings/regulator/silabs_dcdc.h>
9+
#include "bg27_rb411xb.dtsi"
10+
11+
/ {
12+
model = "Silicon Labs BG27-RB4110B";
13+
compatible = "silabs,bg27_rb4110b", "silabs,efr32bg27";
14+
};
15+
16+
&dcdc {
17+
regulator-boot-on;
18+
regulator-initial-mode = <SILABS_DCDC_MODE_BUCK>;
19+
status = "okay";
20+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
identifier: bg27_rb4110b
2+
name: EFR32BG27 2.4 GHz 4 dBm DCDC Buck CSP Radio Board (BG27-RB4110B, BRD4110B)
3+
type: mcu
4+
arch: arm
5+
ram: 64
6+
flash: 768
7+
toolchain:
8+
- zephyr
9+
- gnuarmemb
10+
supported:
11+
- bluetooth
12+
- comparator
13+
- counter
14+
- dma
15+
- entropy
16+
- gpio
17+
- flash
18+
- pwm
19+
- spi
20+
- uart
21+
- watchdog
22+
vendor: silabs
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
CONFIG_ARM_MPU=y
4+
CONFIG_CONSOLE=y
5+
CONFIG_UART_CONSOLE=y
6+
CONFIG_SERIAL=y
7+
CONFIG_GPIO=y
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2025 Silicon Laboratories Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/dts-v1/;
8+
#include <zephyr/dt-bindings/regulator/silabs_dcdc.h>
9+
#include "bg27_rb411xb.dtsi"
10+
11+
/ {
12+
model = "Silicon Labs BG27-RB4111B";
13+
compatible = "silabs,bg27_rb4111b", "silabs,efr32bg27";
14+
};
15+
16+
&dcdc {
17+
regulator-boot-on;
18+
regulator-init-microvolt = <1800000>;
19+
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
20+
status = "okay";
21+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
identifier: bg27_rb4111b
2+
name: EFR32BG27 2.4 GHz 4 dBm DCDC Boost CSP Radio Board (BG27-RB4111B, BRD4111B)
3+
type: mcu
4+
arch: arm
5+
ram: 64
6+
flash: 768
7+
toolchain:
8+
- zephyr
9+
- gnuarmemb
10+
supported:
11+
- bluetooth
12+
- comparator
13+
- counter
14+
- dma
15+
- entropy
16+
- gpio
17+
- flash
18+
- pwm
19+
- spi
20+
- uart
21+
- watchdog
22+
vendor: silabs
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
CONFIG_ARM_MPU=y
4+
CONFIG_CONSOLE=y
5+
CONFIG_UART_CONSOLE=y
6+
CONFIG_SERIAL=y
7+
CONFIG_GPIO=y

0 commit comments

Comments
 (0)