Files
hci_uart_beacon/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
2026-02-24 14:21:41 +01:00

20 lines
336 B
Plaintext

/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&lfxo {
status = "okay";
clock-frequency = <32768>;
load-capacitors = "internal";
load-capacitance-femtofarad = <7000>;
};
&uart20 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;
status = "okay";
hw-flow-control;
};