boards: nxp: lpcxpresso55s16: enable ctimer devicetree nodes

Enable the CTimer devicetree nodes on the NXP LPCxpresso55S16 development
board.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2024-07-07 14:57:28 +00:00 committed by Anas Nashif
commit 24b098e78f
3 changed files with 23 additions and 0 deletions

View file

@ -84,6 +84,8 @@ already supported, which can also be re-used on this lpcxpresso55s16 board:
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| IAP | on-chip | flash programming | | IAP | on-chip | flash programming |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| COUNTER | on-chip | counter |
+-----------+------------+-------------------------------------+
Other hardware features are not currently enabled. Other hardware features are not currently enabled.

View file

@ -19,6 +19,7 @@ supported:
- arduino_i2c - arduino_i2c
- arduino_spi - arduino_spi
- can - can
- counter
- gpio - gpio
- i2c - i2c
- spi - spi

View file

@ -161,6 +161,26 @@
pinctrl-names = "default"; pinctrl-names = "default";
}; };
&ctimer0 {
status = "okay";
};
&ctimer1 {
status = "okay";
};
&ctimer2 {
status = "okay";
};
&ctimer3 {
status = "okay";
};
&ctimer4 {
status = "okay";
};
&flash0 { &flash0 {
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";