Commit be0a147b authored by Emilio Benavente's avatar Emilio Benavente Committed by Carles Cufi
Browse files

boards: nxp: mimxrt1064: enabled pit driver



Enabled the PIT Counter Driver for the
mimxrt1064.

Signed-off-by: default avatarEmilio Benavente <emilio.benavente@nxp.com>
parent 40414f72
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -340,6 +340,10 @@ zephyr_udc0: &usb1 {
	status = "okay";
};

&pit0 {
	status = "okay";
};

dvp_fpc24_i2c: &lpi2c1 {};

dvp_fpc24_interface: &csi {};
+19 −0
Original line number Diff line number Diff line
/*
 * 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";
};