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:
Gerard Marull-Paretas 2022-06-20 17:30:01 +02:00 committed by Marti Bolivar
commit 2cfb5012db
10 changed files with 38 additions and 26 deletions

View file

@ -6,4 +6,5 @@
&spi3 {
overrun-character = <0x00>;
rx-delay = <1>;
};