Initial commit for hci_uart

This commit is contained in:
2025-02-13 16:23:03 +01:00
commit 59248c1b98
38 changed files with 1238 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/* SPDX-License-Identifier: Apache-2.0 */
&uart0 {
compatible = "nordic,nrf-uart";
current-speed = <1000000>;
status = "okay";
hw-flow-control;
};