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