snippets: nus-console: doc: Remove invalid device-tree requirements

These were copied-over from cdc-acm-console by mistake. It's not valid
for this snippet, therefore it's being removed.

Signed-off-by: Luis Ubieda <luisf@croxel.com>
This commit is contained in:
Luis Ubieda 2024-07-23 09:24:47 -04:00 committed by Alberto Escolar
parent 2aa6b81b64
commit 0910c86231
1 changed files with 0 additions and 11 deletions

View File

@ -24,14 +24,3 @@ Hardware support for:
- :kconfig:option:`CONFIG_SERIAL`
- :kconfig:option:`CONFIG_CONSOLE`
- :kconfig:option:`CONFIG_UART_CONSOLE`
A devicetree node with node label ``bt_nus_console_uart`` that points to an enabled
device node with nus-uart support. This should look roughly like this in
:ref:`your devicetree <get-devicetree-outputs>`:
.. code-block:: DTS
bt_nus_console_uart: bt_nus_console_uart {
compatible = "zephyr,nus-uart";
/* ... */
};