drivers: spi: nrfx_spim: move rx delay to DT
Move the RX (MISO) delaying capability information to Devicetree. It is done using 2 properties: - rx-delay-supported: enabled on SPI nodes that support delaying RX. This property can be used by the driver to determine if this capability is supported or not on a given instance. - rx-delay: the actual RX delay value Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
ee8d8b3c6e
commit
2cfb5012db
10 changed files with 38 additions and 26 deletions
|
@ -6,4 +6,5 @@
|
|||
|
||||
&spi3 {
|
||||
overrun-character = <0x00>;
|
||||
rx-delay = <1>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue