drivers: counter: Add ctimer driver for RT685
Add counter support using CTimer for RT685 Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
2dbfb229ef
commit
e4c6ea9e79
6 changed files with 100 additions and 1 deletions
|
@ -97,6 +97,8 @@ features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | adc |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| CTIMER | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
|
||||
|
|
|
@ -310,3 +310,23 @@ i2s1: &flexcomm3 {
|
|||
zephyr_udc0: &usbhs {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer4 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue