Skip to content

Commit 84cdc1b

Browse files
committed
tests: drivers: clock_control: Add DTC overlay for nRF9160
It's needed to specify zephyr,bt-uart device for the board. Signed-off-by: Robert Lubos <[email protected]>
1 parent 4169c12 commit 84cdc1b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Kconfig* @tejlmand
166166
/subsys/zigbee/ @tomchy @sebastiandraus
167167
/tests/bluetooth/tester/ @carlescufi @trond-snekvik
168168
/tests/drivers/flash_nop_device/ @de-nordic
169+
/tests/drivers/clock_control/clock_control_mpsl/ @ryanjh
169170
/tests/lib/edge_impulse/ @pdunaj @MarekPieta
170171
/tests/lib/hw_unique_key*/ @oyvindronningstad @Vge0rge
171172
/tests/lib/modem_jwt/ @SeppoTakalo
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2021 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,bt-uart=&uart1;
10+
};
11+
};

0 commit comments

Comments
 (0)