1/* SPDX-License-Identifier: Apache-2.0 */ 2 3/ { 4 chosen { 5 zephyr,console = &rtt0; 6 }; 7 8 rtt0: rtt_chan0 { 9 compatible = "segger,rtt-uart"; 10 status = "okay"; 11 }; 12}; 13