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 7 title: Peripheral-specific properties for Freescale DSPI controller 8 9 maintainers: 10 - Vladimir Oltean <olteanv@gmail.com> 11 12 description: 13 See spi-peripheral-props.yaml for more info. 14 15 properties: 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 30 additionalProperties: true
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.