tests: drivers: spi: Fix nrf52840 overlay

spi-max-frequency was missing in overlay

Now it's set to 8 MHz as per datasheet

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
This commit is contained in:
Jerzy Kasenberg 2024-10-15 12:40:04 +02:00 committed by Benjamin Cabé
commit 1d4b1ade43

View file

@ -52,6 +52,7 @@
cs-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
dut_spi_dt: test-spi-dev@0 {
compatible = "vnd,spi-device";
spi-max-frequency = <DT_FREQ_M(8)>;
reg = <0>;
};
};