xref: /linux/Documentation/devicetree/bindings/spi/fsl,dspi-peripheral-props.yaml (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/spi/fsl,dspi-peripheral-props.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Peripheral-specific properties for Freescale DSPI controller
8
9maintainers:
10  - Vladimir Oltean <olteanv@gmail.com>
11
12description:
13  See spi-peripheral-props.yaml for more info.
14
15properties:
16  fsl,spi-cs-sck-delay:
17    deprecated: true
18    description:
19      Delay in nanoseconds between activating chip select and the start of
20      clock signal, at the start of a transfer.
21    $ref: /schemas/types.yaml#/definitions/uint32
22
23  fsl,spi-sck-cs-delay:
24    deprecated: true
25    description:
26      Delay in nanoseconds between stopping the clock signal and
27      deactivating chip select, at the end of a transfer.
28    $ref: /schemas/types.yaml#/definitions/uint32
29
30additionalProperties: true
31