Skip to content

Commit 35fb417

Browse files
jerome-pouillerkartben
authored andcommitted
boards: silabs: siwx91x: Fix compatibility with BTP
The serial pipe driver is required when the Zephyr device acts as the remote of a host application. Especially, frameworks like BTP rely on this driver. Until now, the "zephyr,uart-pipe" attribute was missing. So the serial pipe driver was unable to start. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent db84181 commit 35fb417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
zephyr,code-partition = &code_partition;
2121
zephyr,console = &ulpuart;
2222
zephyr,shell-uart = &ulpuart;
23+
zephyr,uart-pipe = &ulpuart;
2324
zephyr,bt-hci = &bt_hci0;
2425
};
2526

0 commit comments

Comments
 (0)