openthread: coprocessor: Enable support of cc1352p7 lp

This adds a dt overlay to enable support of cc1352p7 lp
to the openthread coprocessor sample application.

Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
This commit is contained in:
Alexandre Bailon 2024-04-12 21:02:51 +02:00 committed by Henrik Brix Andersen
parent 7a49ed899d
commit 80bf9bf5c8
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
/*
* Copyright (c) 2024 Alexandre Bailon
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
/* Use XDS110 UART for the NCP */
zephyr,ot-uart = &uart0;
/* Use UART1 for debugging / zephyr console */
zephyr,shell-uart = &uart1;
zephyr,console = &uart1;
};
};
&uart1 {
status = "okay";
};