Lines Matching +full:spi +full:- +full:rx +full:- +full:delay +full:- +full:us
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-peripheral-props.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Peripheral-specific properties for a SPI bus.
10 Many SPI controllers need to add properties to peripheral devices. They could
11 be common properties like spi-max-frequency, spi-cpha, etc. or they could be
12 controller specific like delay in clock or data lines, etc. These properties
13 need to be defined in the peripheral node because they are per-peripheral and
19 - Mark Brown <broonie@kernel.org>
27 - minimum: 0
32 spi-cs-high:
37 spi-lsb-first:
42 spi-max-frequency:
45 Maximum SPI clocking speed of the device in Hz.
47 spi-rx-bus-width:
49 Bus width to the SPI bus used for read transfers.
50 If 0 is provided, then no RX will be possible on this device.
55 spi-rx-delay-us:
57 Delay, in microseconds, after a read transfer.
59 rx-sample-delay-ns:
60 description: SPI Rx sample delay offset, unit is nanoseconds.
61 The delay from the default sample time before the actual
64 spi-tx-bus-width:
66 Bus width to the SPI bus used for write transfers.
72 spi-tx-delay-us:
74 Delay, in microseconds, after a write transfer.
76 stacked-memories:
77 description: Several SPI memories can be wired in stacked mode.
84 $ref: /schemas/types.yaml#/definitions/uint64-array
88 parallel-memories:
89 description: Several SPI memories can be wired in parallel mode.
97 $ref: /schemas/types.yaml#/definitions/uint64-array
103 - $ref: cdns,qspi-nor-peripheral-props.yaml#
104 - $ref: samsung,spi-peripheral-props.yaml#
105 - $ref: nvidia,tegra210-quad-peripheral-props.yaml#