Skip to content

Commit 4d30ccb

Browse files
e-rkfabiobaltieri
authored andcommitted
dts: nordic: add EXMIF peripheral description to nRF54H20
Added EXMIF peripheral DTS description and bindings. The peripheral operates as an SPI device. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent fe98eb7 commit 4d30ccb

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: Nordic External Memory Interface (EXMIF)
5+
6+
compatible: "nordic,nrf-exmif"
7+
8+
include: snps,designware-spi.yaml
9+
10+
properties:
11+
reg:
12+
required: true

dts/common/nordic/nrf54h20.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,19 @@
308308
status = "disabled";
309309
};
310310

311+
exmif: spi@95000 {
312+
compatible = "nordic,nrf-exmif", "snps,designware-spi";
313+
#address-cells = <1>;
314+
#size-cells = <0>;
315+
reg = <0x95000 0x500 0x95500 0xb00>;
316+
reg-names = "wrapper", "core";
317+
interrupts = <149 NRF_DEFAULT_IRQ_PRIORITY>;
318+
clock-frequency = <DT_FREQ_M(400)>;
319+
fifo-depth = <32>;
320+
max-xfer-size = <16>;
321+
status = "disabled";
322+
};
323+
311324
cpusec_bellboard: mailbox@99000 {
312325
reg = <0x99000 0x1000>;
313326
status = "disabled";

0 commit comments

Comments
 (0)