From c1410160cb3144b5d24aa84564e1a48454b401bb Mon Sep 17 00:00:00 2001 From: Luis Ubieda Date: Tue, 23 Jul 2024 09:24:47 -0400 Subject: [PATCH] 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. (cherry picked from commit 0910c86231b700dbf6cdaf02090e9360a83a3148) Original-Signed-off-by: Luis Ubieda GitOrigin-RevId: 0910c86231b700dbf6cdaf02090e9360a83a3148 Change-Id: I61bfb8422b40a62e1affe3a421c33aca0d2a98a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5739690 Tested-by: ChromeOS Prod (Robot) Reviewed-by: Tristan Honscheid Commit-Queue: Tristan Honscheid Tested-by: Tristan Honscheid --- snippets/nus-console/README.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/snippets/nus-console/README.rst b/snippets/nus-console/README.rst index 10962681151..da572c56042 100644 --- a/snippets/nus-console/README.rst +++ b/snippets/nus-console/README.rst @@ -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 `: - -.. code-block:: DTS - - bt_nus_console_uart: bt_nus_console_uart { - compatible = "zephyr,nus-uart"; - /* ... */ - };