drivers: counter: added ctimer driver for lpcexpresso55s69
Added shim driver for the CTIMERs for the lpcexpresso55s69 board. Fixes: #22705 Signed-off-by: Toby Firth <tobyjfirth@gmail.com>
This commit is contained in:
parent
7355204f41
commit
893bfc0fc1
21 changed files with 474 additions and 7 deletions
|
@ -82,6 +82,8 @@ features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| USB | on-chip | USB device |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| COUNTER | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Targets available
|
||||
==================
|
||||
|
|
|
@ -109,3 +109,23 @@
|
|||
zephyr_udc0: &usbhs {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer4 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -19,6 +19,7 @@ supported:
|
|||
- arduino_i2c
|
||||
- arduino_serial
|
||||
- arduino_spi
|
||||
- counter
|
||||
- gpio
|
||||
- i2c
|
||||
- spi
|
||||
|
|
|
@ -107,3 +107,23 @@
|
|||
zephyr_udc0: &usbhs {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ctimer4 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -17,6 +17,7 @@ toolchain:
|
|||
supported:
|
||||
- adc
|
||||
- arduino_spi
|
||||
- counter
|
||||
- dma
|
||||
- gpio
|
||||
- spi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue