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