Skip to content

Commit

Permalink
samples: openthread: set nrf54l uart to defaults.
Browse files Browse the repository at this point in the history
Change default uart on openthread samples to NCS defaults.

Signed-off-by: Przemyslaw Bida <[email protected]>
  • Loading branch information
canisLupus1313 committed Apr 22, 2024
1 parent 79c7392 commit 5fd68d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions samples/openthread/cli/boards/nrf54l15pdk_nrf54l15_cpuapp.overlay

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&uart30 {
&uart20 {
current-speed = <115200>;
status = "okay";
hw-flow-control;
};

/ {
chosen {
zephyr,ot-uart = &uart30;
zephyr,ot-uart = &uart20;
};
};

0 comments on commit 5fd68d4

Please sign in to comment.