Skip to content

Commit 5e7d74b

Browse files
karthi012MaureenHelm
authored andcommitted
samples: bluetooth: hci_uart: fix dtsi path in overlay
fix dtsi overlay include path for nrf9160dk_nrf52840 Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
1 parent 89fcb5a commit 5e7d74b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <nrf9160dk_nrf52840_reset_on_if5.dtsi>
7+
#include <nrf52840/nrf9160dk_nrf52840_reset_on_if5.dtsi>
88

9-
#include <nrf9160dk_uart1_on_if0_3.dtsi>
9+
#include <nrf52840/nrf9160dk_uart1_on_if0_3.dtsi>
1010

1111
&uart1 {
1212
current-speed = <1000000>;

samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840_0_14_0.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*/
66

77
/* Use the reset line that is available starting from v0.14.0 of the DK. */
8-
#include <nrf9160dk_nrf52840_reset_on_if9.dtsi>
8+
#include <nrf52840/nrf9160dk_nrf52840_reset_on_if9.dtsi>

0 commit comments

Comments
 (0)