Skip to content

Commit c75740a

Browse files
jerome-pouillerkartben
authored andcommitted
boards: silabs: siwx91x: Add support for Bluetooth
Report Bluetooth HCI declaration in the board definitions. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent aa6914d commit c75740a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
zephyr,code-partition = &code_partition;
2121
zephyr,console = &ulpuart;
2222
zephyr,shell-uart = &ulpuart;
23+
zephyr,bt-hci = &bt_hci0;
2324
};
2425

2526
aliases {
@@ -85,3 +86,7 @@
8586
};
8687
};
8788
};
89+
90+
&bt_hci0 {
91+
status = "okay";
92+
};

boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toolchain:
99
- gnuarmemb
1010
- xtools
1111
supported:
12+
- bluetooth
1213
- dma
1314
- entropy
1415
- flash

dts/arm/silabs/siwg917.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
reg = <0x00000000 DT_SIZE_K(191)>;
3030
};
3131

32+
bt_hci0: bt_hci {
33+
compatible = "silabs,siwx91x-bt-hci";
34+
status = "disabled";
35+
};
36+
3237
soc {
3338
clock0: clock@46000000 {
3439
compatible = "silabs,siwx91x-clock";

0 commit comments

Comments
 (0)