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:
parent
5acaeece07
commit
24b098e78f
3 changed files with 23 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ supported:
|
||||||
- arduino_i2c
|
- arduino_i2c
|
||||||
- arduino_spi
|
- arduino_spi
|
||||||
- can
|
- can
|
||||||
|
- counter
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
- spi
|
- spi
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue