Commit graph

7,532 commits

Author SHA1 Message Date
Krzysztof Chruściński
b84d6f94e7 soc: nordic: common: vpr: Implement erratas in cpu idle
Use custom cpu_idle implementation for all VPRs and implement
workarounds for erratas which impact sleeping

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-04-27 19:03:02 +01:00
Daniel Leung
31d02e7c9a soc: intel_adsp: place page tables explicitly via linker script
This places the L1 and L2 page tables continuously in memory,
and keeping them together. This avoids some fragmentations in
the virtual memory space.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2026-04-27 19:02:51 +01:00
Jakub Zymelka
ef179eb5dd soc: nordic: nrf54h: Add Kconfig to define custom s2ram implementation
Add Kconfig entries to allow compile own s2ram implementation.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
2026-04-27 19:01:58 +01:00
Aksel Skauge Mellbye
904f2c40a7 soc: silabs: siwx91x: Support mapped partitions
Support mapped partition when computing load address for
RPS file.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
2026-04-27 17:29:06 +02:00
Etienne Carriere
70e2ed59f3 soc: st: Define internal secure flash base address
Add STM32_INT_FLASH_SECURE_BASE_ADDRESS kconfig symbol to define
the base address of the memory mapped STM32 SoC secure internal flash
address range. This configuration and only apply to STM32 Cortex-M SoCs
that embed and internal flash and support TrustZone.

Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
2026-04-27 17:26:38 +02:00
Mathieu Choplain
babd4481d3 drivers: pinctrl: stm32: shrink GPIO ports table to smallest possible
Using macrobatics, shrink the GPIO ports table such that it only contains
as many elements as required to access all enabled GPIO ports. This saves
a lot of ROM compared to the previously fixed-size table which had one
pointer for each *possible* GPIO port, regardless of whether or not they
existed on the target HW and were enabled in Devicetree.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2026-04-27 14:24:18 +02:00
Mathieu Choplain
f4612856e3 drivers: pinctrl: stm32: rework format of pinctrl_soc_pin_t type
The `pinctrl_soc_pin_t` format occupied two uint32_t even though all info
it stores can be compressed in 32 bits only, and also didn't map very well
to the hardware (especially on STM32F1). Due to defects, the format was
also NOT what the `stm32_gpioport_configure_pin()` function consumed to
actually configure a GPIO port, requiring additional decoding/manipulation
logic.

Introduce a vastly reworked format which only requires 32-bit per pinctrl
entry and maps nicely to hardware and becomes the new format consumed by
stm32_gpioport_configure_pin(). This heavily simplifies the pinctrl driver
since it no longer needs to examine the actual values (except to determine
the target GPIO port and pin - this is done on purpose!). The GPIO driver
converts Zephyr flags to this new format too.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2026-04-27 14:24:18 +02:00
Mathieu Choplain
f7c37b6ffb soc: st: stm32: common: gpioport_mgr: cleanup mode-related configuration
Use a single `if` chain to configure all mode-specific elements to make
the code easier to follow. While at it, add/update a few comments.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2026-04-27 14:24:18 +02:00
Mathieu Choplain
50aae9065d drivers: pinctrl: stm32: apply GP output level from common code
Move the logic which sets the output level based on configuration to the
common `stm32_gpioport_configure_pin()` function to reduce duplication.
To support the GPIO use case where a pin's configuration is changed without
modifying its output state, a new parameter is introduced which specifies
whether or not the output level should be modified.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2026-04-27 14:24:18 +02:00
Mathieu Choplain
27985b9d6f drivers: pinctrl: stm32: align DELAYR/ADVCFGR define names with others
All defines use just the target register's name as part of the define.
Follow this convention for DELAY/ADVCFGR.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2026-04-27 14:24:18 +02:00
Mathieu Choplain
8e311dd5e0 drivers: pinctrl: stm32: use CMSIS-like defines for bit definitions
Use `_Pos`/`_Msk` suffixed defines for pinctrl format bits definitions and
declare `_Msk` already shifted. This is aligned with the CMSIS definitions
format which shorter, easier to understand and enables use of
macros _FLD2VAL/_VAL2FLD.

Update all code using these defines accordingly.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2026-04-27 14:24:18 +02:00
Adrian Śliwa
cb8cf8f93e starfive: Default MAX_IRQ_PER_AGGREGATOR to 52
Set MAX_IRQ_PER_AGGREGATOR to 52, fixing spurious PLIC interrupts
caused by the default of 0.

Signed-off-by: Adrian Śliwa <asliwa@internships.antmicro.com>
Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2026-04-27 14:20:38 +02:00
Daniel Leung
2f69a2eeac soc: cdns/sample_controller32: use arch atomic ops
The SoC supports L32EX/S32EX to do atomic CAS ops. Since we now
have support for these, we move sample_controller32 to use that
for testing.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2026-04-27 07:23:53 +02:00
Tibor Kiss
e01110f2a1 soc: ambiq: apollo4x: Add cache initialization for proper timing
Apollo4P requires cache to be configured and enabled early in the
boot process for proper interrupt timing and 96 MHz operation.
Without cache initialization, interrupts can be delayed by hundreds
of microseconds, causing timing anomalies in time-critical applications.

This aligns Apollo4P initialization with:
- Apollo3 SoC initialization (which includes cache init)
- Official Ambiq SDK examples (uart_async, etc.)
- Ambiq application notes for maximum performance

The cache must be initialized before low power init to ensure
proper memory access timing throughout the boot sequence.

Fixes interrupt timing delays observed in UART TDMA applications
running at 2 Mbaud with 1ms frame timing.

Signed-off-by: Tibor Kiss <kiss.tibor@gmail.com>
2026-04-27 07:21:53 +02:00
Daniel Schultz
e43b5e37f0 soc: nxp: imxrt: Kconfig: Fix BOOT_SEMC_*
Remove the whitespace from dt_has_compat. The whitespace would be part of
the compatible name and never match the device-tree. Therefore, this config
would never be enabled by the DT.

Also fix a typo in BOOT_XSPI_NOR's message.

Signed-off-by: Daniel Schultz <dschultz@baylibre.com>
2026-04-24 19:03:44 +02:00
Etienne Carriere
d1eb4ccdc5 soc: st: stm32: ensure post build is run when TF-M is embedded
Ensure Zephyr post build sequence is run when TF-M is embedded
on a STM32 target since TF-M/STM can install its regression.sh
script which must be processed by running STM postbuild.sh
to be functional.

This change fixes an issue where running 'west build' on an
already built project, or running 'west flash' makes the
regression.sh script to be reinstalled raw from TF-M source tree
(platform/target/ext/stm/...) without being updated trough
postbuild.sh script.

Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
2026-04-24 19:03:19 +02:00
Dhanoo Surasarang
16fe56ea59 soc: nordic: nrf71: uicr: Fix hex_file override from main image
Move set_target_properties for runners_yaml_props_target below
board.cmake include so that UICR image always flashes its own
output regardless of the main image configuration.

When the main image targets cpuapp/ns (TF-M), import_kconfig()
pulls CONFIG_TFM_FLASH_MERGED_BINARY into the UICR image's CMake
scope. This causes board.cmake to override hex_file with
tfm_merged.hex, which does not exist in the UICR utility image,
resulting in a flash failure.

Signed-off-by: Dhanoo Surasarang <dhanoo.surasarang@nordicsemi.no>
2026-04-24 13:01:13 +02:00
Ali Hozhabri
bc469ea0ae soc: st: stm32: stm32wb0x: Check the stability of HSE after wake-up
Check the stability of HSE before restarting the execution.

Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
2026-04-24 13:00:07 +02:00
Lucien Zhao
302b779ece pinctrl: nxp: add ODRIVE field support for RT7XX IOPCTL
Add support for the ODRIVE (output drive) field at bits 12-13 of the
IOPCTL register on RT7XX. This field controls the transmitter current
drive impedance selection (100/66/50/33 ohm).

- Add nxp,drive-current property to the rt-iocon-pinctrl binding
- Add IOPCTL_PIO_ODRIVE macro to pinctrl_soc.h
- Extend pin config mask from 0xFFF to 0x3FFF to include ODRIVE bits

Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
2026-04-24 12:59:09 +02:00
Steven Chang
fe73ef6831 drivers: sensor: kb106x: tachometer driver
- Add tachometer sensor driver for ENE KB106X.

Signed-off-by: Steven Chang <steven@ene.com.tw>
2026-04-23 13:10:36 -04:00
Mika Braunschweig
87bd8d3980 boards: ti: k3: Move and correct Cortex-R clock speeds
The Cortex-R frequency for the TI K3 series relies on the clock frequency
of the external crystal since it uses the DMTimer interrupt and the DMTimer
uses the external crystal clock as input clock. While some SoC series
inside the K3 family only allow one frequency for the external crystal
(based on the bootmode pin documentation inside the TRM) other allow
multiple possible frequencies. For SoC series that only allow one frequency
it is stored inside the series defconfig (am64x and j722s) and for series
that allow multiple frequencies it was moved to the board defconfigs
(j721e).

Additionally this frequency was wrong for the am64x and j722s series and
got corrected to 25 MHz.

Signed-off-by: Mika Braunschweig <mika.braunschweig@siemens.com>
2026-04-23 07:06:27 -04:00
Mika Braunschweig
81cca2f143 soc: ti: k3: only enable OpenAMP resource table in documented boards
The SoCs in the TI K3 family enable the OpenAMP resource table
automatically in the Kconfig instead of being disabled due to being
optional in some cases. It is optional when booting after a SBL from the TI
MCU+ SDK but it is required when booting via remoteproc from Linux.

Due to this the enabling has been moved to the board level and whether it
is enabled is based on the documented boot method. For the undocumented
Cortex-R cores on the SK-AM64 it has been enabled since the Cortex-M core
has documentation for booting via remoteproc and for the Cortex-M core on
the AM243-EVM it has been disabled due to having no Cortex-A cores to run
Linux on.

Signed-off-by: Mika Braunschweig <mika.braunschweig@siemens.com>
2026-04-23 07:06:27 -04:00
Mika Braunschweig
11f46ca80c soc: ti: am64x: Fix number of interrupts
The Cortex-R cores in the AM64x SoC have 256 instead of 512 interrupts.
This was set wrong since the AM64x Cortex-R options came from the J72x
options which has 512 interrupts connected to the Cortex-R via the VIM.

Signed-off-by: Mika Braunschweig <mika.braunschweig@siemens.com>
2026-04-23 07:06:27 -04:00
Mika Braunschweig
842142fae5 soc: ti: k3: Cleanup file structure
Split up the am6x Kconfig files into am62x, am62lx, am64x and j72x to allow
different configurations for different SoC series. While this adds some
redundancy it allows better separation in case some configuration options
between SoCs need to be different, like the number of interrupts on
Cortex-R processors.

Furthermore some ARM-cores were theoretically configured but not actually
supported as build target for the general am6x SoC series, sometimes
because the cores are not present in the SoC itself (e.g. non Cortex-A
cores for the AM62Lx series) and sometimes because nobody added support yet
(e.g. Cortex-A on the AM64x series). Therefor all currently non-supported
combinations have been removed.

Finally the common files were put into the K3 family directory and
clang-format was run on them.

Signed-off-by: Mika Braunschweig <mika.braunschweig@siemens.com>
2026-04-23 07:06:27 -04:00
Flavio Ceolin
f38aa64a1b soc: ti/am6x: Do not redefine Kconfig symbol
Symbols FLASH_SIZE and FLASH_BASE_ADDRESS are already
defined (with same defaults) in arch/Kconfig.

Signed-off-by: Flavio Ceolin <flavio@hubble.com>
2026-04-23 07:06:27 -04:00
Fin Maaß
30d7a425ce soc: esp32: riscv: use atomics
use riscv atomic extension if available.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2026-04-22 08:11:30 -05:00
Yassine El Aissaoui
4272a109bc soc: nxp: Add Radio Max TX power configuration
Adding support of Radio Max TX Power for MCXW family

Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
2026-04-22 08:08:53 -05:00
Qiang Zhang
4bb97ebe90 drivers: dma: add NXP GDMA driver
Add driver support for NXP GDMA (General DMA) controller.

Adds GDMA peripheral reset initialization in the NXP RW SoC
initialization code.

Signed-off-by: Qiang Zhang <qiang.zhang_6@nxp.com>
2026-04-22 12:50:50 +02:00
Krzysztof Chruściński
230f3a91aa soc: nordic: Add option to implement user hook for entering idle
Some platforms (nrf53 and nrf54h) are using hook for entering
idle to execute SoC specific code. There can only be one hook
in the application so it was impossible for the user to add own
code that is executed in the hook.

Add CONFIG_NRF_CUSTOM_ON_ENTER_CPU_IDLE_HOOK option. If enabled,
the Nordic hook is not implemented. The user implements own hook.
It is the user's responsibility to include SoC specific part in
that hook.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-04-21 18:40:14 -04:00
William Markezana
ac1cce5869 soc: bflb: bl70xl: add BLE controller integration
Add BLE controller port layer (IRQ, clock, RF callbacks) and linker
scripts for the vendor binary blob.

ble_rwdata.ld: places .pds_code, .tcm_data, .retention and ROM data
with GP-relative addressing into the .data section (RWDATA).

ble_hbn.ld: places .hbn_code (RF functions) and .retention_noinit
into the RETRAM region (HBN RAM at 0x40010000). Provides linker
symbols __LD_CONFIG_EM_SEL and __LD_BLE_CORE_REG_SIZE consumed by
the controller blob.

soc.c: configure GLB_EM_SEL for 8KB (or 16KB for m8s1p) exchange
memory when BLE is enabled, and copy .hbn_code from flash to RETRAM
at boot.

Signed-off-by: William Markezana <william.markezana@gmail.com>
2026-04-21 17:46:30 +01:00
Sylvio Alves
55d2bc7702 soc: espressif: update flash.rodata segment alignment
Add a LONG(0) at a 16-byte aligned start of .flash.rodata_end so
the merged flash.rodata segment size never lands on a boundary
that trips esptool's --ram-only-header alignment assertion during
elf2image.

Applied to all espressif socs since the issue is not chip-specific.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2026-04-21 17:44:26 +01:00
Laura Carlesso
47d4f2933f soc: infineon: pse84: Add SRF initialization to SOC
SRF needs to be initialized on the cm33ns soc to be used to
send requests to the SPE. Added configuration file and code
to properly initialize srf requests pool.

Signed-off-by: Laura Carlesso <laura.carlesso@infineon.com>
2026-04-21 10:24:15 +01:00
Krzysztof Chruściński
f28e027f3b soc: nordic: common: vpr: Option to select the default sleep mode
VPR after boot has default sleep mode set to WAIT which is the most
power hungry sleep mode. Typically, user expects to see low current
when system enters system-on-idle state. Set sleep mode that is
more suitable: DEEPSLEEP by default for nRF54H20 PPR which allows to
reach <5 uA idle current and has almost the same wake up time as WAIT,
HIBERNATE for other VPRs on non-NRF54H20. It allows to get <5 uA
currents in system-on-idle.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-04-21 10:23:33 +01:00
Zhaoxiang Jin
9f1c732338 soc: nxp: imxrt: generalize SECOND_CORE_MCUX documentation
Update the help text for CONFIG_SECOND_CORE_MCUX to be more generic
and applicable to all supported multi-core RT series (RT11xx, RT118x,
and RT7xx), rather than being specific to RT11xx and Cortex-M7/M4.

The updated documentation now refers to "primary core" and "secondary
core" instead of specific core types, making it more accurate for all
supported SoC series.

Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
2026-04-21 10:23:02 +01:00
Krzysztof Chruściński
3145230f10 soc: nordic: common: gppi: Rework sd2ppi_global setup
Rework GPPI configuration for SD^2PPI global domain. There can
be an SoC which does not have dppic135, dppic136, ppib136 and
ppib137 nodes. Add build time conditions to configuration files.

Additionally, remove references to APBxx (bus) names which
could be confusing as they are not references anywhere else.
Use DPPIxxx identification instead.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-04-21 10:20:29 +01:00
Krzysztof Chruściński
2c4b1d1f61 soc: nordic: gppi: Move to feature specific structure
Move files which are specific to nrf54h20 global domain from nrf54h
folder to common. Rename those files to use sd2ppi name instead of
nrf54h. SD2PPI (or SD^2PPI) is an abbrevation for Secure Distributed
(multi-Domain) DPPI - PPI system where DPPI resources requires
Ironside service.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-04-21 10:20:29 +01:00
Elmo Lan
32b4873fd6 soc : realtek: ec: rts5912: add config for BRAM power
Add SOC_RTS5912_ULPM_POWEROFF_BRAM for user to decide
if the BRAM need keep power or not during ULPM.

SOC_RTS5912_ULPM_POWEROFF_BRAM default as n, means NOT to poweroff.

Signed-off-by: Elmo Lan <elmo_lan@realtek.com>
2026-04-21 10:19:38 +01:00
Jisheng Zhang
f121d24230 soc: syna: sr100: enable DSP and MVE instruction set
SR100 supports M-Profile DSP, Vector Extension (MVE) integer and
floating-point instruction set. This enables compute applications
such as DSP and machine learning.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
2026-04-20 17:51:53 -05:00
Sylvio Alves
31377905f2 soc: esp32s3: add IRAM placement for mspi_timing_by_mspi_delay
Place mspi_timing_by_mspi_delay text and rodata in IRAM/DRAM.
This file contains PSRAM and flash timing tuning functions
that must not run from flash during MSPI clock reconfiguration.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2026-04-20 18:11:24 +02:00
Dhanoo Surasarang
a03d8d0944 soc: nordic: nrf71: Enable VPR launcher sysbuild Kconfig for cpuflpr
Add missing Kconfig.sysbuild to enable VPR launcher image when
building for the FLPR core.

Signed-off-by: Dhanoo Surasarang <dhanoo.surasarang@nordicsemi.no>
2026-04-20 18:04:28 +02:00
Jakub Zymelka
91830dd575 soc: nordic: remove haltium and lumos platform abstractions
1. Remove the NRF_PLATFORM_HALTIUM and NRF_PLATFORM_LUMOS Kconfig
symbols and eliminate all "haltium"/"lumos" naming from the zephyr
directory.
2. The shared haltium_power.c/h and haltium_pm_s2ram.c/h files from
soc/nordic/common/ are duplicated into the per-SoC-series directories
(nrf54h/ and nrf92/) as soc_power.c/h and soc_pm_s2ram.c/h. The
corresponding build rules are moved from common/CMakeLists.txt to the
per-series CMakeLists.txt files.
3. Kconfig guards that relied on the platform symbols are replaced with
individual hardware feature checks derived from nrfx/MDK:
- select NRFX_POWER if !NRF_PLATFORM_HALTIUM -> if HAS_HW_NRF_POWER
- CLOCK_CONTROL default ... !NRF_PLATFORM_HALTIUM -> HAS_HW_NRF_CLOCK
- depends on NRF_PLATFORM_LUMOS -> SOC_SERIES_NRF54L||SOC_SERIES_NRF71
4. C preprocessor guards using CONFIG_NRF_PLATFORM_HALTIUM are replaced
with explicit SoC series checks (CONFIG_SOC_SERIES_NRF54H ||
CONFIG_SOC_SERIES_NRF92).
5. The sysbuild option NRF_HALTIUM_GENERATE_UICR is renamed to
NRF_GENERATE_UICR.

Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
2026-04-20 11:44:28 +02:00
Ren Chen
a43c19fc54 soc: ite: it51xxx: add kconfig for signature flag and mirror range addr
Add kconfig options for the signature flag and mirror comparison range
address, allowing projects to customize these settings.

Additionally, this change introduces custom signature extension section.

Signed-off-by: Ren Chen <Ren.Chen@ite.com.tw>
2026-04-20 08:28:02 +02:00
Lauren Murphy
24b75db466 llext: add CONFIG_LLEXT_CUSTOM_HEAP_PLACEMENT
Enclose default LLEXT heap section placements with
!CONFIG_LLEXT_CUSTOM_HEAP_PLACEMENT. Users who want to
write a custom linker script can include files like
snippets-noinit.ld, common-noinit.ld or the SOC linker
scripts without including the default LLEXT heap
section placements.

Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
2026-04-18 12:37:46 -04:00
Amneesh Singh
eb5af58b29 soc: ti: k3: am6x: update NUM_IRQ for A53
SoC series such as AM62x and AM62Lx use the GIC500 module. This module
supports up to 16 SGIs, 16 PPIs and 960 SPIs. This comes to a total of 992
interrupts. Hence, update the NUM_IRQ to match this number.

Signed-off-by: Amneesh Singh <amneesh@ti.com>
2026-04-17 15:49:03 -05:00
Sebastian Bøe
28dfa4343c soc: nordic: Add snapshot region support in UICR
Add snapshot region support in UICR.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
Made-with: Cursor
2026-04-17 10:41:07 +02:00
Richard Mc Sweeney
9e8b3cf7ea drivers: Refactor pse84 autanalog-adc to use MFD
- Added autanalog MFD support in PSE84 DTS files
- Refactored autanalog ADC in PSE84 to use a common
MFD for handling the global AC configuration
- Constructed AC to use phandle in the overlay
for a better the user experience.
- Added support for a basic and advanced mode
with custom AC

Assisted-by: Claude:claude-opus-4.6
Signed-off-by: Richard Mc Sweeney <Richard.McSweeney@infineon.com>
2026-04-17 10:36:07 +02:00
Fin Maaß
1f1854981c soc: litex: split litex_vexriscv in family and soc
split litex_vexriscv in family and soc.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2026-04-17 10:34:07 +02:00
Mateusz Michalek
fbdfd9673b modules: hal_nordic: nrfx: TAMPC CMake
adds CONFIG_SOC_NRF54LX_SKIP_TAMPC_SETUP
compile time binding

Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
2026-04-16 10:13:12 +02:00
Paolo Bazzanella
5fe0292cfe soc: renesas: ra: Add support for r7fa6m3af2cbg
Added support for r7fa6m3af2cbg (RA6M3, 1MB RAM BGA176)

Signed-off-by: Paolo Bazzanella <pbbazzanella@gmail.com>
2026-04-16 10:12:52 +02:00
Carlo Caione
36f3bebfb7 drivers: serial: mbox: convert NXP drivers to device MMIO API
Convert three NXP drivers from raw DT_REG_ADDR() register access
to the Zephyr device MMIO API (DEVICE_MMIO_ROM / DEVICE_MMIO_RAM /
DEVICE_MMIO_MAP):

With the MMIO API, the drivers create their own mapping at init time via
DEVICE_MMIO_MAP() thus the corresponding mmu_regions entries are removed
from the five NXP SoC files that carried them.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2026-04-15 17:15:37 -04:00