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.

Signed-off-by: Håkon Amundsen <haakon.amundsen@nordicsemi.no>
This commit is contained in:
Håkon Amundsen
2025-04-02 06:53:31 +02:00
committed by Benjamin Cabé
parent 4c6883b7ab
commit 76a825c5fa

View File

@@ -78,6 +78,10 @@
};
};
&exmif{
status = "disabled";
};
&gpio0 {
status = "okay";
};