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
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The mimxrt1180_evk board configuration supports the hardware features listed
|
NXP considers the MIMXRT1180-EVK as the superset board for the i.MX RT118x
|
||||||
below. For additional features not yet supported, please also refer to the
|
family of MCUs. This board is a focus for NXP's Full Platform Support for
|
||||||
:ref:`mimxrt1170_evk` , which is the superset board in NXP's i.MX RT11xx family.
|
Zephyr, to better enable the entire RT118x family. NXP prioritizes enabling
|
||||||
NXP prioritizes enabling the superset board with NXP's Full Platform Support for
|
this board with new support for Zephyr features. The mimxrt1180_evk board
|
||||||
Zephyr. Therefore, the mimxrt1170_evk board may have additional features
|
configuration supports the following hardware features:
|
||||||
already supported, which can also be re-used on this mimxrt1180_evk board:
|
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| Interface | Controller | Driver/Component |
|
| 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 |
|
| GPIO | on-chip | gpio |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| COUNTER | on-chip | counter |
|
| GPT | on-chip | counter |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| UART | on-chip | serial port-polling; |
|
| UART | on-chip | serial port-polling; |
|
||||||
| | | serial port-interrupt |
|
| | | serial port-interrupt |
|
||||||
|
|
|
@ -39,3 +39,7 @@
|
||||||
&systick {
|
&systick {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gpt2 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -18,4 +18,5 @@ supported:
|
||||||
- gpio
|
- gpio
|
||||||
- uart
|
- uart
|
||||||
- i2c
|
- i2c
|
||||||
|
- counter
|
||||||
vendor: nxp
|
vendor: nxp
|
||||||
|
|
|
@ -27,7 +27,10 @@
|
||||||
current-speed = <115200>;
|
current-speed = <115200>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
&systick {
|
&systick {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gpt2 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -18,4 +18,5 @@ supported:
|
||||||
- gpio
|
- gpio
|
||||||
- uart
|
- uart
|
||||||
- i2c
|
- i2c
|
||||||
|
- counter
|
||||||
vendor: nxp
|
vendor: nxp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue