13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2021 Nordic Semiconductor ASA
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
&zephyr_udc0 {
|
||
|
cdc_acm_uart0: cdc_acm_uart0 {
|
||
|
compatible = "zephyr,cdc-acm-uart";
|
||
|
label = "CDC_ACM_0";
|
||
|
};
|
||
|
};
|