Skip to content

Commit 5261025

Browse files
lucien-nxpcfriedt
authored andcommitted
boards: nxp: mimxrt1180_evk: switch to use C parts
- mimxrt1189cvm8c part have been designed on public EVK board switch to use mimxrt1189cvm8c part - Update some doc web information in index.rst Signed-off-by: Lucien Zhao <[email protected]>
1 parent beb7114 commit 5261025

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# Copyright 2024 NXP
2+
# Copyright 2024-2025 NXP
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

77
config BOARD_MIMXRT1180_EVK
8-
select SOC_PART_NUMBER_MIMXRT1189CVM8B
8+
select SOC_PART_NUMBER_MIMXRT1189CVM8C
99
select SOC_MIMXRT1189_CM33 if BOARD_MIMXRT1180_EVK_MIMXRT1189_CM33
1010
select SOC_MIMXRT1189_CM7 if BOARD_MIMXRT1180_EVK_MIMXRT1189_CM7

boards/nxp/mimxrt1180_evk/doc/index.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ markets.
1111
Hardware
1212
********
1313

14-
- MIMXRT1189CVM8B MCU
14+
- MIMXRT1189CVM8C MCU
1515

1616
- 240MHz Cortex-M33 with 256KB TCM and 16 KB caches
1717
- 792Mhz Cortex-M7 with 512KB TCM and 32 KB caches
@@ -57,7 +57,10 @@ For more information about the MIMXRT1180 SoC and MIMXRT1180-EVK board, see
5757
these references:
5858

5959
- `i.MX RT1180 Website`_
60+
- `i.MX RT1180 Datasheet`_
61+
- `i.MX RT1180 Reference Manual`_
6062
- `MIMXRT1180-EVK Website`_
63+
- `MIMXRT1180-EVK Board Hardware User's Guide`_
6164

6265
External Memory
6366
===============
@@ -351,7 +354,16 @@ should see the following message in the terminal:
351354
:start-after: nxp-board-footer
352355

353356
.. _MIMXRT1180-EVK Website:
354-
https://www.nxp.com/design/design-center/development-boards-and-designs/i-mx-evaluation-and-development-boards/i-mx-rt1180-evaluation-kit:MIMXRT1180-EVK
357+
https://www.nxp.com/design/design-center/development-boards-and-designs/MIMXRT1180-EVK
355358

356359
.. _i.MX RT1180 Website:
357-
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1180-crossover-mcu-with-tsn-switch-and-edgelock:i.MX-RT1180
360+
https://www.nxp.com/products/i.MX-RT1180
361+
362+
.. _MIMXRT1180-EVK Board Hardware User's Guide:
363+
https://www.nxp.com/webapp/Download?colCode=UM12021&isHTMLorPDF=HTML
364+
365+
.. _i.MX RT1180 Datasheet:
366+
https://www.nxp.com/docs/en/data-sheet/IMXRT1180EC.pdf
367+
368+
.. _i.MX RT1180 Reference Manual:
369+
https://www.nxp.com/docs/en/reference-manual/IMXRT1180RM.pdf

boards/nxp/mimxrt1180_evk/mimxrt1180_evk-pinctrl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
*/
66

7-
#include <nxp/nxp_imx/rt/mimxrt1189cvm8b-pinctrl.dtsi>
7+
#include <nxp/nxp_imx/rt/mimxrt1189cvm8c-pinctrl.dtsi>
88

99
&pinctrl {
1010
emdio_default: emdio_default {

0 commit comments

Comments
 (0)