:orphan:
.. raw:: html
.. dtcompatible:: zephyr,nus-uart
.. _dtbinding_zephyr_nus_uart:
zephyr,nus-uart
###############
Vendor: :ref:`Zephyr-specific binding `
.. note::
An implementation of a driver matching this compatible is available in
:zephyr_file:`drivers/serial/uart_bt.c`.
Description
***********
.. code-block:: none
UART over NUS (Bluetooth LE)
Properties
**********
.. tabs::
.. group-tab:: Node specific properties
Properties not inherited from the base binding file.
.. list-table::
:widths: 1 1 4
:header-rows: 1
* - Name
- Type
- Details
* - ``tx-fifo-size``
- ``int``
- .. code-block:: none
Size of the virtual UART TX FIFO
Default value: ``1024``
* - ``rx-fifo-size``
- ``int``
- .. code-block:: none
Size of the virtual UART RX FIFO
Default value: ``1024``
.. group-tab:: Deprecated node specific properties
Deprecated properties not inherited from the base binding file.
(None)
.. group-tab:: Base properties
Properties inherited from the base binding file, which defines
common properties that may be set on many nodes. Not all of these
may apply to the "zephyr,nus-uart" compatible.
(None)