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,12 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&uart20 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;
status = "okay";
hw-flow-control;
};