Skip to content

Commit

Permalink
boards: silabs: siwx91x: Add support for Bluetooth
Browse files Browse the repository at this point in the history
Report Bluetooth HCI declaration in the board definitions.

Signed-off-by: Jérôme Pouiller <[email protected]>
  • Loading branch information
jerome-pouiller authored and kartben committed Feb 11, 2025
1 parent aa6914d commit c75740a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
zephyr,code-partition = &code_partition;
zephyr,console = &ulpuart;
zephyr,shell-uart = &ulpuart;
zephyr,bt-hci = &bt_hci0;
};

aliases {
Expand Down Expand Up @@ -85,3 +86,7 @@
};
};
};

&bt_hci0 {
status = "okay";
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ toolchain:
- gnuarmemb
- xtools
supported:
- bluetooth
- dma
- entropy
- flash
Expand Down
5 changes: 5 additions & 0 deletions dts/arm/silabs/siwg917.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
reg = <0x00000000 DT_SIZE_K(191)>;
};

bt_hci0: bt_hci {
compatible = "silabs,siwx91x-bt-hci";
status = "disabled";
};

soc {
clock0: clock@46000000 {
compatible = "silabs,siwx91x-clock";
Expand Down

0 comments on commit c75740a

Please sign in to comment.