Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
32309f812469c59f6aa639236468aeb3d2a28036
/
.
/
samples
/
net
/
openthread
/
coprocessor
/
usb.overlay
blob: 6dd09c97b420766df8d6f0a0c66d3d2743ef2cd8 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/
{
chosen
{
zephyr
,
ot
-
uart
=
&
cdc_acm_uart0
;
};
};
&
zephyr_udc0
{
cdc_acm_uart0
:
cdc_acm_uart0
{
compatible
=
"zephyr,cdc-acm-uart"
;
};
};