Skip to content

Commit 4322f51

Browse files
nordic-bamirlubos
authored andcommitted
[nrf fromtree] tests: drivers: Add PPR support in NRF GRTC timer test
Test did not support PPR core due to failing GRTC channel allocation. This change fixes the channel allocation and enables PPR core test. Signed-off-by: Bartosz Miller <[email protected]> (cherry picked from commit e26b975)
1 parent 3d01dcc commit 4322f51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
&grtc {
4+
owned-channels = <5 6>;
5+
};

0 commit comments

Comments
 (0)