-
Notifications
You must be signed in to change notification settings - Fork 630
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf noup] tests: drivers: mspi: add SDP MSPI testcase
Add SDP MPSI testcase to basic API test. Signed-off-by: Jakub Zymelka <[email protected]>
- Loading branch information
1 parent
42fc53c
commit 6303428
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
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,24 @@ | ||
/* | ||
* Copyright (c) 2024 Nordic Semiconductor ASA | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/ { | ||
Check warning on line 7 in tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay GitHub Actions / Run compliance checks on patch series (PR)LEADING_SPACE
|
||
aliases { | ||
mspi0 = &sdp_mspi; | ||
}; | ||
}; | ||
|
||
&cpuflpr_vpr { | ||
status = "okay"; | ||
|
||
sdp_mspi: sdp_mspi@5004c000 { | ||
mspi_device: mspi_device@0 { | ||
status = "okay"; | ||
compatible = "zephyr,mspi-emul-device"; | ||
reg = <0x0>; | ||
mspi-max-frequency = <48000000>; | ||
}; | ||
}; | ||
}; | ||
Check warning on line 24 in tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay GitHub Actions / Run compliance checks on patch series (PR)MISSING_EOF_NEWLINE
|
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