File tree 3 files changed +41
-33
lines changed
tests/drivers/counter/counter_basic_api/boards
3 files changed +41
-33
lines changed Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: Apache-2.0 */
2
+
3
+ &timer00 {
4
+ prescaler = <6>;
5
+ status = "okay";
6
+ };
7
+
8
+ &timer10 {
9
+ prescaler = <4>;
10
+ status = "okay";
11
+ };
12
+
13
+ &timer20 {
14
+ prescaler = <4>;
15
+ status = "okay";
16
+ };
17
+
18
+ &timer21 {
19
+ prescaler = <4>;
20
+ status = "okay";
21
+ };
22
+
23
+ &timer22 {
24
+ prescaler = <4>;
25
+ status = "okay";
26
+ };
27
+
28
+ &timer23 {
29
+ prescaler = <4>;
30
+ status = "okay";
31
+ };
32
+
33
+ &timer24 {
34
+ prescaler = <4>;
35
+ status = "okay";
36
+ };
Original file line number Diff line number Diff line change 1
- &timer00 {
2
- prescaler = <6>;
3
- status = "okay";
4
- };
1
+ /* SPDX-License-Identifier: Apache-2.0 */
5
2
6
- &timer10 {
7
- prescaler = <4>;
8
- status = "okay";
9
- };
10
-
11
- &timer20 {
12
- prescaler = <4>;
13
- status = "okay";
14
- };
15
-
16
- &timer21 {
17
- prescaler = <4>;
18
- status = "okay";
19
- };
20
-
21
- &timer22 {
22
- prescaler = <4>;
23
- status = "okay";
24
- };
25
-
26
- &timer23 {
27
- prescaler = <4>;
28
- status = "okay";
29
- };
30
-
31
- &timer24 {
32
- prescaler = <4>;
33
- status = "okay";
34
- };
3
+ #include "nrf54l15dk_nrf54l15_common.dtsi"
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: Apache-2.0 */
2
+
3
+ #include "nrf54l15dk_nrf54l15_common.dtsi"
You can’t perform that action at this time.
0 commit comments