Skip to content

Commit

Permalink
samples: drivers: counter: add nRF54L09 config
Browse files Browse the repository at this point in the history
Added build configuration for nRF54L09.

Signed-off-by: Rafał Kuźnia <[email protected]>
  • Loading branch information
e-rk committed Dec 12, 2024
1 parent 2efeea9 commit 19b86ed
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/ {
chosen {
counter = &timer24;
};
};

&timer24 {
status = "okay";
};

0 comments on commit 19b86ed

Please sign in to comment.