| # Copyright (c) 2021 Nordic Semiconductor ASA | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: USB CDC ACM UART | |
| compatible: "zephyr,cdc-acm-uart" | |
| include: uart-controller.yaml | |
| on-bus: usb | |
| properties: | |
| tx-fifo-size: | |
| type: int | |
| default: 1024 | |
| description: | | |
| Size of the virtual CDC ACM UART TX FIFO | |
| rx-fifo-size: | |
| type: int | |
| default: 1024 | |
| description: | | |
| Size of the virtual CDC ACM UART RX FIFO | |
| label: | |
| description: | | |
| The string defined by the label property is also used for the USB | |
| interface string descriptor. |