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,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";
|
||||||
|
};
|
||||||
|
|
|
@ -9,6 +9,7 @@ toolchain:
|
||||||
- gnuarmemb
|
- gnuarmemb
|
||||||
- xtools
|
- xtools
|
||||||
supported:
|
supported:
|
||||||
|
- bluetooth
|
||||||
- dma
|
- dma
|
||||||
- entropy
|
- entropy
|
||||||
- flash
|
- flash
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue