Skip to content

Commit edf8a24

Browse files
ofirshedleach02
authored andcommitted
tests: drivers: spi: spi_loopback: move SPI delays to lpspi3 node
Place SPI delay properties under LPSPI instead of OCRAM for mimxrt1180_evk_mimxrt1189_cm7. Signed-off-by: Ofir Shemesh <[email protected]>
1 parent 6558eca commit edf8a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
&ocram1 {
1818
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
19-
transfer-delay = <100>;
20-
pcs-sck-delay = <100>;
21-
sck-pcs-delay = <100>;
2219
};
2320

2421
&lpspi3 {
@@ -32,4 +29,7 @@
3229
reg = <0>;
3330
spi-max-frequency = <16000000>;
3431
};
32+
transfer-delay = <100>;
33+
pcs-sck-delay = <100>;
34+
sck-pcs-delay = <100>;
3535
};

0 commit comments

Comments
 (0)