Skip to content

Commit b41a7a4

Browse files
hakonfamPerMac
authored andcommitted
[nrf fromlist] tests: spi_controller_peripheral: fix CTRLSEL conflict
Both EXMIF and SPIS peripherals are claiming GPIO port 6 pin 0, but with different CTRLSEL values. This will trigger a build error with nrf-regtool 9.0.0 as it is not possible to apply this configuration to hardware. Fix the issue by disabling the EXMIF node that is enabled by default. Upstream PR #: 88017 Signed-off-by: Håkon Amundsen <[email protected]>
1 parent e6ab653 commit b41a7a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/drivers/spi/spi_controller_peripheral/boards/nrf54h20dk_nrf54h20_cpuapp_fast_spis.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
};
7979
};
8080

81+
&exmif{
82+
status = "disabled";
83+
};
84+
8185
&gpio0 {
8286
status = "okay";
8387
};

0 commit comments

Comments
 (0)