boards: nxp: mimxrt1180_evk: Set GPT2 status as ok
Set GPT2 status as ok for cm33 and cm7 core Update feature guide description Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
This commit is contained in:
parent
e4341a40c3
commit
edfeedfcd9
5 changed files with 16 additions and 8 deletions
|
@ -85,12 +85,11 @@ This platform has the following external memories:
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The mimxrt1180_evk board configuration supports the hardware features listed
|
||||
below. For additional features not yet supported, please also refer to the
|
||||
:ref:`mimxrt1170_evk` , which is the superset board in NXP's i.MX RT11xx family.
|
||||
NXP prioritizes enabling the superset board with NXP's Full Platform Support for
|
||||
Zephyr. Therefore, the mimxrt1170_evk board may have additional features
|
||||
already supported, which can also be re-used on this mimxrt1180_evk board:
|
||||
NXP considers the MIMXRT1180-EVK as the superset board for the i.MX RT118x
|
||||
family of MCUs. This board is a focus for NXP's Full Platform Support for
|
||||
Zephyr, to better enable the entire RT118x family. NXP prioritizes enabling
|
||||
this board with new support for Zephyr features. The mimxrt1180_evk board
|
||||
configuration supports the following hardware features:
|
||||
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
|
@ -101,7 +100,7 @@ already supported, which can also be re-used on this mimxrt1180_evk board:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| GPIO | on-chip | gpio |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| COUNTER | on-chip | counter |
|
||||
| GPT | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| UART | on-chip | serial port-polling; |
|
||||
| | | serial port-interrupt |
|
||||
|
|
|
@ -39,3 +39,7 @@
|
|||
&systick {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpt2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -18,4 +18,5 @@ supported:
|
|||
- gpio
|
||||
- uart
|
||||
- i2c
|
||||
- counter
|
||||
vendor: nxp
|
||||
|
|
|
@ -27,7 +27,10 @@
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
|
||||
&systick {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpt2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -18,4 +18,5 @@ supported:
|
|||
- gpio
|
||||
- uart
|
||||
- i2c
|
||||
- counter
|
||||
vendor: nxp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue