blob: 5e8cb0312ca404efb0f1c954d139f8a8ab292d2c [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
&uart1 {
current-speed = <115200>;
compatible = "nordic,nrf-uarte";
status = "okay";
tx-pin = <10>;
rx-pin = <11>;
rts-pin = <12>;
cts-pin = <13>;
hw-flow-control;
};
&rtc1 {
interrupts = <21 2>;
};