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:
parent
7a49ed899d
commit
80bf9bf5c8
|
@ -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";
|
||||
};
|
Loading…
Reference in New Issue