Skip to content

Commit

Permalink
[nrf fromtree] tests: drivers: Add PPR support in NRF GRTC timer test
Browse files Browse the repository at this point in the history
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 <bartosz.miller@nordicsemi.no>

(cherry picked from commit e26b9750ae32cf8232bf510a815c7b1eb93b4bfe)
  • Loading branch information
nordic-bami authored and rlubos committed Sep 27, 2024
1 parent 3d01dcc commit 4322f51
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* SPDX-License-Identifier: Apache-2.0 */

&grtc {
owned-channels = <5 6>;
};

0 comments on commit 4322f51

Please sign in to comment.