Skip to content

Commit 989a308

Browse files
manuarguenashif
authored andcommitted
tests: drivers: counter: nxp s32: test all PIT channels
Make sure that all PIT channels are tested. Signed-off-by: Manuel Argüelles <[email protected]>
1 parent ace214b commit 989a308

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,23 @@
3131
&pit0_channel0 {
3232
status = "okay";
3333
};
34+
35+
&pit0_channel1 {
36+
status = "okay";
37+
};
38+
39+
&pit0_channel2 {
40+
status = "okay";
41+
};
42+
43+
&pit0_channel3 {
44+
status = "okay";
45+
};
46+
47+
&pit0_channel4 {
48+
status = "okay";
49+
};
50+
51+
&pit0_channel5 {
52+
status = "okay";
53+
};

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,23 @@
3131
&pit0_channel0 {
3232
status = "okay";
3333
};
34+
35+
&pit0_channel1 {
36+
status = "okay";
37+
};
38+
39+
&pit0_channel2 {
40+
status = "okay";
41+
};
42+
43+
&pit0_channel3 {
44+
status = "okay";
45+
};
46+
47+
&pit0_channel4 {
48+
status = "okay";
49+
};
50+
51+
&pit0_channel5 {
52+
status = "okay";
53+
};

0 commit comments

Comments
 (0)