Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soc: nordic: Add LRCCONF management #79067

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. soc: nordic: Add LRCCONF management

    Due to the possibility of simultaneous accesess to LRCCONF registers,
    additional management is required.
    
    Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
    adamkondraciuk committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    77652a5 View commit details
    Browse the repository at this point in the history
  2. dts: arm: nordic: Add power states for nRF54H20

    Add `idle` and `s2ram` power states for nRF54H20 cpuapp and cpurad.
    Also the substate `idle_cache_disable` added.
    
    Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
    adamkondraciuk committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dc871e9 View commit details
    Browse the repository at this point in the history
  3. soc: nordic: nrf54h: disable IRQ before PM config

    IRQs must be disabled before starting any procedures to prepare
    for low-power states.
    
    Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
    adamkondraciuk committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a65320d View commit details
    Browse the repository at this point in the history