diff --git a/scripts/extract_dts_includes.py b/scripts/extract_dts_includes.py index 2f564bbf4f1..ad46963ce9e 100755 --- a/scripts/extract_dts_includes.py +++ b/scripts/extract_dts_includes.py @@ -781,7 +781,7 @@ def main(): name_dict = { "CONFIG_UART_CONSOLE_ON_DEV_NAME": "zephyr,console", "CONFIG_BLUETOOTH_UART_ON_DEV_NAME": "zephyr,bt-uart", - "CONFIG_UART_PIPE_ON_DEV_NAME": "zephyr,bt-mon-uart", + "CONFIG_UART_PIPE_ON_DEV_NAME": "zephyr,uart-pipe", "CONFIG_BLUETOOTH_MONITOR_ON_DEV_NAME": "zephyr,bt-mon-uart" }