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 <[email protected]>

(cherry picked from commit e26b975)
  • Loading branch information
nordic-bami committed Sep 27, 2024
1 parent 3d01dcc commit c68eb6a
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 c68eb6a

Please sign in to comment.