1# Copyright (c) 2024 Croxel, Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4description: UART over NUS (Bluetooth LE) 5 6compatible: "zephyr,nus-uart" 7 8properties: 9 tx-fifo-size: 10 type: int 11 default: 1024 12 description: | 13 Size of the virtual UART TX FIFO 14 15 rx-fifo-size: 16 type: int 17 default: 1024 18 description: | 19 Size of the virtual UART RX FIFO 20