Commit 0910c862 authored by Luis Ubieda's avatar Luis Ubieda Committed by Alberto Escolar
Browse files

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: default avatarLuis Ubieda <luisf@croxel.com>
parent 2aa6b81b
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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";
        /* ... */
   };