1/* 2 * Copyright 2024 Felipe Neves 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6/ { 7 chosen { 8 zephyr,console = &cdc_acm_uart0; 9 zephyr,shell-uart = &cdc_acm_uart0; 10 }; 11}; 12 13zephyr_udc0: &usbotg_hs { 14 status = "okay"; 15 cdc_acm_uart0: cdc_acm_uart0 { 16 compatible = "zephyr,cdc-acm-uart"; 17 }; 18}; 19