blob: 01f5138b3a8a310c74d492ad4cbc0640b6582a31 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
/ {
chosen {
zephyr,console = &uart1;
};
};
&uart1 {
current-speed = <115200>;
status = "okay";
tx-pin = <6>;
rx-pin = <8>;
};
&uart0 {
compatible = "nordic,nrf-uarte";
current-speed = <115200>;
status = "okay";
tx-pin = <44>;
rx-pin = <45>;
rts-pin = <46>;
cts-pin = <47>;
hw-flow-control;
};
&rtc1 {
interrupts = <17 2>;
};