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