counter: enable pit counter driver on frdmk64f
enable pit counter driver in frdmk64f Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
parent
ebd0a3759e
commit
99c707241a
|
@ -222,3 +222,7 @@ arduino_spi: &spi0 {
|
|||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pit0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue