Skip to content

Commit

Permalink
[nrf fromlist] tests: drivers: counter: Enable test execution on nRF5…
Browse files Browse the repository at this point in the history
…4L20pdk

Add overlay needed to execute counter tests on nRF54L20pdk.

Upstream PR #: 82968

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
  • Loading branch information
nordic-segl committed Dec 13, 2024
1 parent 0f2b574 commit 3e5e65e
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/

&timer00 {
prescaler = <6>;
status = "okay";
};

&timer10 {
prescaler = <4>;
status = "okay";
};

&timer20 {
prescaler = <4>;
status = "okay";
};

&timer21 {
prescaler = <4>;
status = "okay";
};

&timer22 {
prescaler = <4>;
status = "okay";
};

&timer23 {
prescaler = <4>;
status = "okay";
};

&timer24 {
prescaler = <4>;
status = "okay";
};

0 comments on commit 3e5e65e

Please sign in to comment.