Skip to content

Commit

Permalink
[nrf fromtree] samples: drivers: counter: add nRF54L20 config
Browse files Browse the repository at this point in the history
Added build configuration for nRF54L20.

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
(cherry picked from commit bcc7562)
  • Loading branch information
nordic-segl committed Dec 16, 2024
1 parent 43b638f commit 75015d6
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
&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 75015d6

Please sign in to comment.