zephyr/samples/bluetooth/hci_uart_3wire/boards/nrf9160dk_nrf52840.overlay

20 lines
279 B
Plaintext

/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <nrf9160dk_nrf52840_reset_on_if5.dtsi>
#include <nrf9160dk_uart1_on_if0_3.dtsi>
&uart1 {
current-speed = <1000000>;
};
/ {
chosen {
zephyr,bt-c2h-uart=&uart1;
};
};