blob: 3e96accba6e87c8b657ffb5f3fcd67b8e91c9e60 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
/ {
chosen {
zephyr,console = &rtt0;
};
rtt0: rtt_chan0 {
compatible = "segger,rtt-uart";
label = "rtt_chan0";
status = "okay";
};
rtt1: rtt_chan1 {
compatible = "segger,rtt-uart";
label = "rtt_chan1";
status = "okay";
};
rtt2: rtt_chan2 {
compatible = "segger,rtt-uart";
label = "rtt_chan2";
status = "okay";
};
rtt3: rtt_chan3 {
compatible = "segger,rtt-uart";
label = "rtt_chan3";
status = "okay";
};
};