20 lines
336 B
Plaintext
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;
|
|
};
|