31 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---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 controller8 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: true18 description:19 Delay in nanoseconds between activating chip select and the start of20 clock signal, at the start of a transfer.21 $ref: /schemas/types.yaml#/definitions/uint3222 23 fsl,spi-sck-cs-delay:24 deprecated: true25 description:26 Delay in nanoseconds between stopping the clock signal and27 deactivating chip select, at the end of a transfer.28 $ref: /schemas/types.yaml#/definitions/uint3229 30additionalProperties: true31