Skip to content

Commit 1d4b1ad

Browse files
kasjerkartben
authored andcommitted
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]>
1 parent 75d3f45 commit 1d4b1ad

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
@@ -52,6 +52,7 @@
5252
cs-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
5353
dut_spi_dt: test-spi-dev@0 {
5454
compatible = "vnd,spi-device";
55+
spi-max-frequency = <DT_FREQ_M(8)>;
5556
reg = <0>;
5657
};
5758
};

0 commit comments

Comments
 (0)