zephyr/dts/bindings/serial/zephyr,cdc-acm-uart.yaml

24 lines
436 B
YAML

# 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