Skip to content

Commit 0d0e261

Browse files
ioannis-karachalioskartben
authored andcommitted
tests: counter: Remove timer2 node from testing
By default, timer2 node is reserved for the OS tick generation and thus, it should not be referenced by application. Signed-off-by: Ioannis Karachalios <[email protected]>
1 parent 9fe858e commit 0d0e261

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/drivers/counter/counter_basic_api/boards/da1469x_dk_pro.overlay

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
status = "okay";
55
};
66

7-
&timer2 {
8-
clock-src = <&divn_clk>;
9-
prescaler = <1>;
10-
status = "okay";
11-
};
7+
/* timer2 is used as low-power clock source, reserved for the OS tick generation */
128

139
&timer3 {
1410
clock-src = <&lp_clk>;

0 commit comments

Comments
 (0)