Skip to content

Commit 053f300

Browse files
[nrf fromlist] tests: drivers: spi: controller_periph: lower nrf7120 spi22 freq
The nrf7120 SPIM22 instance does not support 16MHz, lower to 8MHz. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no> Upstream PR #: 108327
1 parent d8aab49 commit 053f300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
dut_spi_dt: test-spi-dev@0 {
5959
compatible = "vnd,spi-device";
6060
reg = <0>;
61-
spi-max-frequency = <DT_FREQ_M(16)>;
61+
spi-max-frequency = <DT_FREQ_M(8)>;
6262
};
6363
};
6464

0 commit comments

Comments
 (0)