Skip to content

Commit acbb894

Browse files
asmellbykartben
authored andcommitted
boards: silabs: slwrb4180a/b: Enable BLE
Enable Bluetooth on xg21 radio boards. Update hal_silabs to include binary blob for Bluetooth on xg21. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 0fa7aed commit acbb894

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

boards/silabs/radio_boards/slwrb4180a/slwrb4180a.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
compatible = "silabs,slwrb4180a", "silabs,efr32mg21";
1515

1616
chosen {
17+
zephyr,bt-hci = &bt_hci_silabs;
1718
zephyr,code-partition = &slot0_partition;
1819
zephyr,console = &usart0;
1920
zephyr,flash = &flash0;
@@ -169,6 +170,14 @@
169170
status = "okay";
170171
};
171172

173+
&se {
174+
status = "okay";
175+
};
176+
177+
&bt_hci_silabs {
178+
status = "okay";
179+
};
180+
172181
&flash0 {
173182
partitions {
174183
compatible = "fixed-partitions";

boards/silabs/radio_boards/slwrb4180b/slwrb4180b.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
compatible = "silabs,slwrb4180b", "silabs,efr32mg21";
1616

1717
chosen {
18+
zephyr,bt-hci = &bt_hci_silabs;
1819
zephyr,code-partition = &slot0_partition;
1920
zephyr,console = &usart0;
2021
zephyr,flash = &flash0;
@@ -171,6 +172,14 @@
171172
status = "okay";
172173
};
173174

175+
&se {
176+
status = "okay";
177+
};
178+
179+
&bt_hci_silabs {
180+
status = "okay";
181+
};
182+
174183
&flash0 {
175184
partitions {
176185
compatible = "fixed-partitions";

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ manifest:
235235
groups:
236236
- hal
237237
- name: hal_silabs
238-
revision: 9f8ca4f8be6070f4d09eb4b646ed87c7c085071a
238+
revision: 65c73800605057890e5685343663bdc284400d0f
239239
path: modules/hal/silabs
240240
groups:
241241
- hal

0 commit comments

Comments
 (0)