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