Skip to content

Commit ea86ade

Browse files
mstasiaknordicnordic-piks
authored andcommitted
tests: drivers: spim_mosi_toggles: frequency for nRF92
SPIM instance used in the test has 16 MHz base clock, so prescaler for 1.28 MHz could not be found. Use 1 MHz, just like other slow instances. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent 325544e commit ea86ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/drivers/spi/spim_mosi_toggles/boards/nrf9251dk_nrf9251_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
dut_spi_dt: test-spi-dev@0 {
6060
compatible = "vnd,spi-device";
6161
reg = <0>;
62-
spi-max-frequency = <1280000>;
62+
spi-max-frequency = <DT_FREQ_M(1)>;
6363
};
6464
};

0 commit comments

Comments
 (0)