[RFC PATCH v2 01/12] spi: dt-bindings: add spi-has-dqs property

From: Santhosh Kumar K

Date: Tue Jan 13 2026 - 09:17:02 EST


Add the optional 'spi-has-dqs' boolean property for SPI flash device
subnodes. This property indicates the flash device supports DQS (Data
Strobe) mode, which provides improved timing margins for data capture
in high-speed SPI operations.

Signed-off-by: Santhosh Kumar K <s-k6@xxxxxx>
---
.../devicetree/bindings/spi/spi-peripheral-props.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
index 8b6e8fc009db..c6f330fd32aa 100644
--- a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
@@ -89,6 +89,12 @@ properties:
description:
Delay, in microseconds, after a write transfer.

+ spi-has-dqs:
+ description:
+ Indicates the SPI flash device supports DQS (Data Strobe) mode for
+ improved data capture timing.
+ $ref: /schemas/types.yaml#/definitions/flag
+
stacked-memories:
description: Several SPI memories can be wired in stacked mode.
This basically means that either a device features several chip
--
2.34.1