boards: silabs: siwx91x: Add support for Bluetooth

Report Bluetooth HCI declaration in the board definitions.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
This commit is contained in:
Jérôme Pouiller 2025-02-03 16:12:46 +01:00 committed by Benjamin Cabé
commit c75740a77c
3 changed files with 11 additions and 0 deletions

View file

@ -20,6 +20,7 @@
zephyr,code-partition = &code_partition; zephyr,code-partition = &code_partition;
zephyr,console = &ulpuart; zephyr,console = &ulpuart;
zephyr,shell-uart = &ulpuart; zephyr,shell-uart = &ulpuart;
zephyr,bt-hci = &bt_hci0;
}; };
aliases { aliases {
@ -85,3 +86,7 @@
}; };
}; };
}; };
&bt_hci0 {
status = "okay";
};

View file

@ -9,6 +9,7 @@ toolchain:
- gnuarmemb - gnuarmemb
- xtools - xtools
supported: supported:
- bluetooth
- dma - dma
- entropy - entropy
- flash - flash

View file

@ -29,6 +29,11 @@
reg = <0x00000000 DT_SIZE_K(191)>; reg = <0x00000000 DT_SIZE_K(191)>;
}; };
bt_hci0: bt_hci {
compatible = "silabs,siwx91x-bt-hci";
status = "disabled";
};
soc { soc {
clock0: clock@46000000 { clock0: clock@46000000 {
compatible = "silabs,siwx91x-clock"; compatible = "silabs,siwx91x-clock";