Skip to content

Commit 3f49bbc

Browse files
author
ganghe
committed
board: sifli: sf32lb52_devkit_lcd: Add mbox in board device tree
Add mailbox in board devicetree, used in Bluetooth HCI driver. Signed-off-by: Gang He <[email protected]>
1 parent 43fdb36 commit 3f49bbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/sifli/sf32lb52_devkit_lcd/sf32lb52_devkit_lcd.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
zephyr,code-partition = &code;
2222
zephyr,console = &usart1;
2323
zephyr,shell-uart = &usart1;
24+
zephyr,bt-hci = &mailbox;
2425
};
2526

2627
buttons {
@@ -119,3 +120,8 @@
119120
pinctrl-0 = <&usart1_default>;
120121
pinctrl-names = "default";
121122
};
123+
124+
&mailbox {
125+
status = "okay";
126+
};
127+

0 commit comments

Comments
 (0)