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:
parent
aa6914dc56
commit
c75740a77c
3 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
zephyr,code-partition = &code_partition;
|
||||
zephyr,console = &ulpuart;
|
||||
zephyr,shell-uart = &ulpuart;
|
||||
zephyr,bt-hci = &bt_hci0;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
@ -85,3 +86,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&bt_hci0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -9,6 +9,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- bluetooth
|
||||
- dma
|
||||
- entropy
|
||||
- flash
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue