Files
hci_uart_beacon/boards/nrf52833dk_nrf52833.overlay
2025-02-13 16:23:03 +01:00

13 lines
208 B
Plaintext

/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&uart0 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;
status = "okay";
hw-flow-control;
};