Skip to content

Commit bdb61bd

Browse files
committed
tests: spi_loopback: Add timing params to RT overlays
This commit is TODO, I will probably convert all these RT overlays to inherit a common overlay but the idea will be like this. Signed-off-by: Declan Snyder <[email protected]>
1 parent 0d16da7 commit bdb61bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/drivers/spi/spi_loopback/boards/mimxrt1050_evk_mimxrt1052_hyperflash.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
compatible = "test-spi-loopback-slow";
1010
reg = <0>;
1111
spi-max-frequency = <500000>;
12+
spi-cs-setup-delay-ns = <1000>;
13+
spi-cs-hold-delay-ns = <1000>;
14+
spi-delay-ns = <1000>;
1215
};
1316
fast@0 {
1417
compatible = "test-spi-loopback-fast";
1518
reg = <0>;
1619
spi-max-frequency = <16000000>;
20+
spi-cs-setup-delay-ns = <100>;
21+
spi-cs-hold-delay-ns = <100>;
1722
};
1823

1924
transfer-delay = <100>;

0 commit comments

Comments
 (0)