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:
parent
40414f72e9
commit
be0a147b73
2 changed files with 23 additions and 0 deletions
|
@ -340,6 +340,10 @@ zephyr_udc0: &usb1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pit0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
dvp_fpc24_i2c: &lpi2c1 {};
|
dvp_fpc24_i2c: &lpi2c1 {};
|
||||||
|
|
||||||
dvp_fpc24_interface: &csi {};
|
dvp_fpc24_interface: &csi {};
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue