Skip to content

Commit be0a147

Browse files
EmilioCBencarlescufi
authored andcommitted
boards: nxp: mimxrt1064: enabled pit driver
Enabled the PIT Counter Driver for the mimxrt1064. Signed-off-by: Emilio Benavente <[email protected]>
1 parent 40414f7 commit be0a147

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ zephyr_udc0: &usb1 {
340340
status = "okay";
341341
};
342342

343+
&pit0 {
344+
status = "okay";
345+
};
346+
343347
dvp_fpc24_i2c: &lpi2c1 {};
344348

345349
dvp_fpc24_interface: &csi {};
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&pit0_channel0 {
8+
status = "okay";
9+
};
10+
11+
&pit0_channel1 {
12+
status = "okay";
13+
};
14+
15+
/* channel 2 disabled to test disabled channel not breaking things */
16+
17+
&pit0_channel3 {
18+
status = "okay";
19+
};

0 commit comments

Comments
 (0)