-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf noup] drivers: spi_dw: Bring back custom EXMIF peripheral handling
This commit brings back modifications from these reverted commits: - 9a11615 - 0f83f86 slightly adjusted so that the EXMIF peripheral is still by default handled by the mspi_dw peripheral, and in cases where this is not possible because something still does not work correctly, one can switch temporarily to the old solution based on the tweaked spi_dw driver. Signed-off-by: Andrzej Głąbek <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
1 deletion.
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
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,8 @@ | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: Nordic External Memory Interface (EXMIF) used in SPI mode only | ||
|
||
compatible: "nordic,nrf-exmif-spi" | ||
|
||
include: snps,designware-spi.yaml |