Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b6555ee32258108170e7f4c241ce0f71d35c4288
/
.
/
tests
/
bluetooth
/
shell
/
usb.overlay
blob: 83846cc75fb667641e788fd29485f549b191b153 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/
{
chosen
{
zephyr
,
shell
-
uart
=
&
cdc_acm_uart0
;
};
};
&
zephyr_udc0
{
cdc_acm_uart0
:
cdc_acm_uart0
{
compatible
=
"zephyr,cdc-acm-uart"
;
};
};