1/* SPDX-License-Identifier: Apache-2.0 */ 2 3/ { 4 chosen { 5 zephyr,console = &rtt0; 6 }; 7 8 dut: rtt0: rtt_chan0 { 9 compatible = "segger,rtt-uart"; 10 status = "okay"; 11 }; 12 13 rtt1: rtt_chan1 { 14 compatible = "segger,rtt-uart"; 15 status = "okay"; 16 }; 17 18 rtt2: rtt_chan2 { 19 compatible = "segger,rtt-uart"; 20 status = "okay"; 21 }; 22 23 rtt3: rtt_chan3 { 24 compatible = "segger,rtt-uart"; 25 status = "okay"; 26 }; 27}; 28