Initial commit for hci_uart
This commit is contained in:
8
boards/nrf52840dk_nrf52840.overlay
Normal file
8
boards/nrf52840dk_nrf52840.overlay
Normal file
@@ -0,0 +1,8 @@
|
||||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
&uart0 {
|
||||
compatible = "nordic,nrf-uart";
|
||||
current-speed = <1000000>;
|
||||
status = "okay";
|
||||
hw-flow-control;
|
||||
};
|
||||
Reference in New Issue
Block a user