Skip to content

Commit 3be1bc0

Browse files
e-rkcarlescufi
authored andcommitted
[nrf fromtree] 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]> (cherry picked from commit 4d30ccb) Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 6a0c9b2 commit 3be1bc0

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
@@ -300,6 +300,19 @@
300300
#size-cells = <1>;
301301
ranges = <0x0 0x5f000000 0x1000000>;
302302

303+
exmif: spi@95000 {
304+
compatible = "nordic,nrf-exmif", "snps,designware-spi";
305+
#address-cells = <1>;
306+
#size-cells = <0>;
307+
reg = <0x95000 0x500 0x95500 0xb00>;
308+
reg-names = "wrapper", "core";
309+
interrupts = <149 NRF_DEFAULT_IRQ_PRIORITY>;
310+
clock-frequency = <DT_FREQ_M(400)>;
311+
fifo-depth = <32>;
312+
max-xfer-size = <16>;
313+
status = "disabled";
314+
};
315+
303316
cpusec_bellboard: mailbox@99000 {
304317
reg = <0x99000 0x1000>;
305318
status = "disabled";

0 commit comments

Comments
 (0)