From add588661038e49772f3ebcd9d1e5d1be37698e9 Mon Sep 17 00:00:00 2001 From: Piotr Pryga Date: Wed, 12 Mar 2025 14:30:30 +0100 Subject: [PATCH] doc: mpsl: List changes related to nRF54h20 SoC Added list of changes done to MPSL integration layer that were needed for nRF54h20 SoC support. Signed-off-by: Piotr Pryga --- .../releases/release-notes-changelog.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index 43d4d8d50be1..9af8ba8c9cdc 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -795,7 +795,15 @@ Modem libraries Multiprotocol Service Layer libraries ------------------------------------- -|no_changes_yet_note| +* Added: + + * Integration with the nrf2 clock control driver for the nRF54H20 SoC. + * Integration with Zephyr's System Power Management for the nRF54H20 SoC. + * Global domain HSFLL120 320MHz frequency request if MPSL is enabled. + The high frequency in global domain is required to ensure that fetching instructions from L2-cache and MRAM is as fast as possible. + It is needed for the radio protocols to operate correctly. + * MRAM always-on request for scheduled radio events. + It is needed to avoid MRAM wake-up latency for radio protocols. Libraries for networking ------------------------