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

Misc nRF54H20 updates #1681

Merged
merged 17 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
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 May 6, 2024
227888b
Revert "[nrf fromtree] dts: nordic: add EXMIF peripheral description …
57300 May 10, 2024
40ce4c0
[nrf fromtree] modules: hal_nordic: Fix NRF_GRTC_HAS_EXTENDED
57300 Apr 16, 2024
74ab138
[nrf fromtree] dts: nordic: nrf54h20: Add SysCtrl VEVIF node
57300 Apr 9, 2024
51f1389
[nrf fromtree] boards: nordic: nrf54h20dk: Add IPC configuration for …
57300 Apr 9, 2024
616feee
[nrf fromtree] drivers/timer grtc: Fix for ISR prototype
aescolar Apr 18, 2024
fe08313
[nrf fromtree] soc: nordic: vpr: fix soc isr sw stacking.
lstnl Apr 18, 2024
6f4c130
[nrf fromtree] dts: nordic: add USBHS node for nrf54h20
hakonfam Apr 19, 2024
e0a57a8
[nrf fromtree] dts: nordic: add EXMIF peripheral description to nRF54H20
e-rk Apr 26, 2024
de7f6f9
[nrf fromlist] soc: nordic: nrf54h20: Make HSFLL trims optional
57300 Apr 16, 2024
033e1a4
[nrf fromlist] soc: nordic: nrf54h20: Use KERNEL_INIT_PRIORITY_DEFAULT
57300 Apr 16, 2024
495c14e
[nrf fromlist] soc: nordic: Extend address validation for nRF54H20
57300 Apr 16, 2024
8b17c55
[nrf fromlist] dts: nordic: Add RESETINFO
57300 Apr 17, 2024
d5909d6
[nrf fromlist] drivers: timer: grtc: Update GRTC driver
adamkondraciuk Dec 19, 2023
c382cd4
[nrf fromlist] tests: drivers: timer: grtc: Fix GRTC test
adamkondraciuk Feb 1, 2024
6895e24
[nrf fromlist] boards: nrf54h20dk: Drop shared_ram20_region's compatible
57300 May 3, 2024
f077b64
[nrf noup] boards: nordic: nrf54h20dk: Add aliases for RESETINFO
57300 Apr 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions dts/bindings/spi/nordic,nrf-exmif.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
Copy link
Contributor

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

Copy link
Contributor Author

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.

# 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
13 changes: 13 additions & 0 deletions dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,19 @@
status = "disabled";
};

exmif: spi@95000 {
compatible = "nordic,nrf-exmif", "snps,designware-spi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x95000 0x500 0x95500 0xb00>;
reg-names = "wrapper", "core";
interrupts = <149 NRF_DEFAULT_IRQ_PRIORITY>;
clock-frequency = <DT_FREQ_M(400)>;
fifo-depth = <32>;
max-xfer-size = <16>;
status = "disabled";
};

cpusec_bellboard: mailbox@99000 {
reg = <0x99000 0x1000>;
status = "disabled";
Expand Down