Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions boards/nordic/nrf54h20dk/board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,43 @@ board:
default: "0.9.0"
revisions:
- name: "0.9.0"
runners:
run_once:
'--recover':
- runners:
- nrfutil
run: first
groups:
- boards:
- [email protected]/nrf54h20/cpuapp
- [email protected]/nrf54h20/cpurad
- [email protected]/nrf54h20/cpuppr
- [email protected]/nrf54h20/cpuppr/xip
- [email protected]/nrf54h20/cpuflpr
- [email protected]/nrf54h20/cpuflpr/xip
'--erase':
- runners:
- jlink
- nrfutil
run: first
groups:
- boards:
- [email protected]/nrf54h20/cpuapp
- [email protected]/nrf54h20/cpurad
- [email protected]/nrf54h20/cpuppr
- [email protected]/nrf54h20/cpuppr/xip
- [email protected]/nrf54h20/cpuflpr
- [email protected]/nrf54h20/cpuflpr/xip
'--reset':
- runners:
- jlink
- nrfutil
run: last
groups:
- boards:
- [email protected]/nrf54h20/cpuapp
- [email protected]/nrf54h20/cpurad
- [email protected]/nrf54h20/cpuppr
- [email protected]/nrf54h20/cpuppr/xip
- [email protected]/nrf54h20/cpuflpr
- [email protected]/nrf54h20/cpuflpr/xip
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ ram: 62
flash: 64
supported:
- gpio
- spi
4 changes: 3 additions & 1 deletion tests/drivers/spi/spi_error_cases/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ tests:
drivers.spi.spi_error_cases:
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
- nrf54h20dk/nrf54h20/cpuppr
- nrf54h20dk/nrf54h20/cpurad
- nrf54l15dk/nrf54l15/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
- ophelia4ev/nrf54l15/cpuapp
integration_platforms:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,4 @@

&spi130 {
memory-regions = <&cpuapp_dma_region>;
zephyr,pm-device-runtime-auto;
slow@0 {
compatible = "test-spi-loopback-slow";
reg = <0>;
spi-max-frequency = <DT_FREQ_K(500)>;
};
fast@0 {
compatible = "test-spi-loopback-fast";
reg = <0>;
spi-max-frequency = <DT_FREQ_M(8)>;
};
};

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_SPI_LARGE_BUFFER_SIZE=1024
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=15
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
* Copyright (c) 2025 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down