-
Notifications
You must be signed in to change notification settings - Fork 623
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
Misc nRF54H20 updates #1681
Merged
Merged
Misc nRF54H20 updates #1681
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7aafe97
Revert "[nrf fromlist] drivers: timer: grtc: Update GRTC driver"
57300 227888b
Revert "[nrf fromtree] dts: nordic: add EXMIF peripheral description …
57300 40ce4c0
[nrf fromtree] modules: hal_nordic: Fix NRF_GRTC_HAS_EXTENDED
57300 74ab138
[nrf fromtree] dts: nordic: nrf54h20: Add SysCtrl VEVIF node
57300 51f1389
[nrf fromtree] boards: nordic: nrf54h20dk: Add IPC configuration for …
57300 616feee
[nrf fromtree] drivers/timer grtc: Fix for ISR prototype
aescolar fe08313
[nrf fromtree] soc: nordic: vpr: fix soc isr sw stacking.
lstnl 6f4c130
[nrf fromtree] dts: nordic: add USBHS node for nrf54h20
hakonfam e0a57a8
[nrf fromtree] dts: nordic: add EXMIF peripheral description to nRF54H20
e-rk de7f6f9
[nrf fromlist] soc: nordic: nrf54h20: Make HSFLL trims optional
57300 033e1a4
[nrf fromlist] soc: nordic: nrf54h20: Use KERNEL_INIT_PRIORITY_DEFAULT
57300 495c14e
[nrf fromlist] soc: nordic: Extend address validation for nRF54H20
57300 8b17c55
[nrf fromlist] dts: nordic: Add RESETINFO
57300 d5909d6
[nrf fromlist] drivers: timer: grtc: Update GRTC driver
adamkondraciuk c382cd4
[nrf fromlist] tests: drivers: timer: grtc: Fix GRTC test
adamkondraciuk 6895e24
[nrf fromlist] boards: nrf54h20dk: Drop shared_ram20_region's compatible
57300 f077b64
[nrf noup] boards: nordic: nrf54h20dk: Add aliases for RESETINFO
57300 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: Nordic External Memory Interface (EXMIF) | ||
|
||
compatible: "nordic,nrf-exmif" | ||
|
||
include: snps,designware-spi.yaml | ||
|
||
properties: | ||
reg: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this commit in this PR? This change was already merged to sdk-zephyr main: 7ea6937
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The EXMIF patch is reverted and re-applied to avoid conflicts.