commit | 35fb417698333aaf86905ee4829ea295cc0ec257 | [log] [tgz] |
---|---|---|
author | Jérôme Pouiller <jerome.pouiller@silabs.com> | Wed Mar 26 17:11:23 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 27 14:02:23 2025 +0100 |
tree | 022dfa71a722d9f68130d2f3e193aeff78d3f17d | |
parent | db84181c228ecf2054fd79470b00d9cce468f064 [diff] |
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 <jerome.pouiller@silabs.com>