Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad-peripheral-props.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Peripheral properties for Tegra Quad SPI Controller
0008 
0009 maintainers:
0010   - Thierry Reding <thierry.reding@gmail.com>
0011   - Jonathan Hunter <jonathanh@nvidia.com>
0012 
0013 properties:
0014   nvidia,tx-clk-tap-delay:
0015     description:
0016       Delays the clock going out to device with this tap value.
0017       Tap value varies based on platform design trace lengths from Tegra
0018       QSPI to corresponding slave device.
0019     $ref: /schemas/types.yaml#/definitions/uint32
0020     minimum: 0
0021     maximum: 31
0022 
0023   nvidia,rx-clk-tap-delay:
0024     description:
0025       Delays the clock coming in from the device with this tap value.
0026       Tap value varies based on platform design trace lengths from Tegra
0027       QSPI to corresponding slave device.
0028     $ref: /schemas/types.yaml#/definitions/uint32
0029     minimum: 0
0030     maximum: 255
0031 
0032 unevaluatedProperties: true
0033