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