boards: nxp: mimxrt1064: enabled pit driver

Enabled the PIT Counter Driver for the
mimxrt1064.

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
Emilio Benavente 2024-08-27 15:27:57 +00:00 committed by Carles Cufí
commit be0a147b73
2 changed files with 23 additions and 0 deletions

View file

@ -340,6 +340,10 @@ zephyr_udc0: &usb1 {
status = "okay";
};
&pit0 {
status = "okay";
};
dvp_fpc24_i2c: &lpi2c1 {};
dvp_fpc24_interface: &csi {};

View file

@ -0,0 +1,19 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&pit0_channel0 {
status = "okay";
};
&pit0_channel1 {
status = "okay";
};
/* channel 2 disabled to test disabled channel not breaking things */
&pit0_channel3 {
status = "okay";
};