Skip to content

Commit

Permalink
docs: migration-guide-3.5: add changes for i.MX RT boards
Browse files Browse the repository at this point in the history
Add migration guide notes for i.MX RT boards, including the following
changes:
- i.MX RT boards must now manually enable
  CONFIG_DEVICE_CONFIGURATION_DATA and CONFIG_NXP_IMX_EXTERNAL_SDRAM
  when required
- SNVS pin names have changed for i.MX RT11xx series boards

Signed-off-by: Daniel DeGrasse <[email protected]>
  • Loading branch information
danieldegrasse authored and fabiobaltieri committed Oct 19, 2023
1 parent 7e5b421 commit 7d32b55
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/releases/migration-guide-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,17 @@ Device Drivers and Device Tree
The two new flags :c:macro:`ISOTP_MSG_FDF` and :c:macro:`ISOTP_MSG_BRS` were added for CAN FD
mode.

* NXP i.MX RT based boards should now enable
:kconfig:option:`CONFIG_DEVICE_CONFIGURATION_DATA` at the board level when
using a DCD with the RT bootrom, and enable
:kconfig:option:`CONFIG_NXP_IMX_EXTERNAL_SDRAM` when using external SDRAM
via the SEMC

* NXP i.MX RT11xx series SNVS pin control name identifiers have been updated to
match with the source data for these SOCs. The pin names have had the
suffix ``dig`` added. For example, ``iomuxc_snvs_wakeup_gpio13_io00`` has
been renamed to ``iomuxc_snvs_wakeup_dig_gpio13_io00``

Power Management
================

Expand Down

0 comments on commit 7d32b55

Please sign in to comment.