Skip to content

Commit 7e72394

Browse files
nordic-baminordic-piks
authored andcommitted
tests: benchmarks: Fix idle twim test for PPR
Fix incorrect state signalling pin assignment Signed-off-by: Bartosz Miller <[email protected]>
1 parent eac7f82 commit 7e72394

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

tests/benchmarks/multicore/idle_twim/boards/nrf54h20dk_nrf54h20_cpuppr.overlay

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
leds {
88
compatible = "gpio-leds";
9-
led0: led_3 {
10-
gpios = < &gpio9 0x3 0x0 >;
11-
label = "Green LED 3";
9+
led0: led_0 {
10+
gpios = < &gpio9 0x0 0x0 >;
11+
label = "Green LED 0";
1212
};
1313
};
1414

tests/benchmarks/multicore/idle_twim/sysbuild/vpr_launcher/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
/ {
88
aliases {
9-
led = &led0;
9+
/delete-property/ led0;
1010
/delete-property/ led1;
1111
};
1212
};
1313

14+
/delete-node/ &led0;
1415
/delete-node/ &led1;

tests/benchmarks/multicore/idle_twim/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
common:
22
sysbuild: true
33
depends_on: i2c
4-
extra_args:
5-
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
64

75
tests:
86
benchmarks.multicore.idle_twim.nrf54h20dk_cpuapp_cpurad.s2ram:

0 commit comments

Comments
 (0)