Skip to content

Commit f14fe73

Browse files
kasjernordic-krch
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 1d4b1ad)
1 parent 6a79ae6 commit f14fe73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
zephyr,pm-device-runtime-auto;
5454
dut_spi_dt: test-spi-dev@0 {
5555
compatible = "vnd,spi-device";
56+
spi-max-frequency = <DT_FREQ_M(8)>;
5657
reg = <0>;
5758
};
5859
};

0 commit comments

Comments
 (0)