1/* 2 * Copyright (c) 2021 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <nrf52840/nrf9160dk_nrf52840_reset_on_if5.dtsi> 8 9#include <nrf52840/nrf9160dk_uart1_on_if0_3.dtsi> 10 11&uart1 { 12 current-speed = <1000000>; 13 hw-flow-control; 14}; 15 16/ { 17 chosen { 18 zephyr,bt-c2h-uart=&uart1; 19 }; 20}; 21