Skip to content

Commit 5064401

Browse files
e-rkkartben
authored andcommitted
samples: drivers: counter: add nRF54L09 config
Added build configuration for nRF54L09. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 6f419cd commit 5064401

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
chosen {
3+
counter = &timer24;
4+
};
5+
};
6+
7+
&timer24 {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)