Skip to content

Commit a0a3512

Browse files
committed
[nrf fromlist] tests: drivers: spi: spi_loopback: Run test on nrf54h20 PPR XIP
The spi_loopback test requires more RAM than is avilable on nrf54h20dk/nrf54h20/cpuppr target. Meanwhile, test fits in Execute In Place (XIP) variant of the PPR target. Switch spi_loopback test to nrf54h20 PPR XIP target. Upstream PR #: 96562 Signed-off-by: Sebastian Głąb <[email protected]>
1 parent f6f6640 commit a0a3512

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

tests/drivers/spi/spi_loopback/boards/nrf54h20dk_nrf54h20_cpuppr.overlay

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
#include "nrf54h20dk_nrf54h20_common.dtsi"
7+
8+
&spi130 {
9+
zephyr,pm-device-runtime-auto;
10+
slow@0 {
11+
compatible = "test-spi-loopback-slow";
12+
reg = <0>;
13+
spi-max-frequency = <DT_FREQ_K(500)>;
14+
};
15+
fast@0 {
16+
compatible = "test-spi-loopback-fast";
17+
reg = <0>;
18+
spi-max-frequency = <DT_FREQ_M(8)>;
19+
};
20+
};

0 commit comments

Comments
 (0)