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:
parent
75d3f45d5a
commit
1d4b1ade43
1 changed files with 1 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue