brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · 2c3cada Raw
33 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad-peripheral-props.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Peripheral properties for Tegra Quad SPI Controller8 9maintainers:10  - Thierry Reding <thierry.reding@gmail.com>11  - Jonathan Hunter <jonathanh@nvidia.com>12 13properties:14  nvidia,tx-clk-tap-delay:15    description:16      Delays the clock going out to device with this tap value.17      Tap value varies based on platform design trace lengths from Tegra18      QSPI to corresponding slave device.19    $ref: /schemas/types.yaml#/definitions/uint3220    minimum: 021    maximum: 3122 23  nvidia,rx-clk-tap-delay:24    description:25      Delays the clock coming in from the device with this tap value.26      Tap value varies based on platform design trace lengths from Tegra27      QSPI to corresponding slave device.28    $ref: /schemas/types.yaml#/definitions/uint3229    minimum: 030    maximum: 25531 32additionalProperties: true33