Skip to content

Commit 80bf9bf

Browse files
anoblihenrikbrixandersen
authored andcommitted
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 <[email protected]>
1 parent 7a49ed8 commit 80bf9bf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright (c) 2024 Alexandre Bailon
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
/* Use XDS110 UART for the NCP */
10+
zephyr,ot-uart = &uart0;
11+
/* Use UART1 for debugging / zephyr console */
12+
zephyr,shell-uart = &uart1;
13+
zephyr,console = &uart1;
14+
};
15+
};
16+
17+
&uart1 {
18+
status = "okay";
19+
};

0 commit comments

Comments
 (0)