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:
Lucien Zhao 2024-07-22 11:39:28 +08:00 committed by Carles Cufí
commit edfeedfcd9
5 changed files with 16 additions and 8 deletions

View file

@ -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 |

View file

@ -39,3 +39,7 @@
&systick { &systick {
status = "okay"; status = "okay";
}; };
&gpt2 {
status = "okay";
};

View file

@ -18,4 +18,5 @@ supported:
- gpio - gpio
- uart - uart
- i2c - i2c
- counter
vendor: nxp vendor: nxp

View file

@ -27,7 +27,10 @@
current-speed = <115200>; current-speed = <115200>;
}; };
&systick { &systick {
status = "okay"; status = "okay";
}; };
&gpt2 {
status = "okay";
};

View file

@ -18,4 +18,5 @@ supported:
- gpio - gpio
- uart - uart
- i2c - i2c
- counter
vendor: nxp vendor: nxp