mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
spi: dt-bindings: adi,axi-spi-engine: add multi-lane support
Extend the ADI AXI SPI engine binding for multiple data lanes. This SPI controller has a capability to read multiple data words at the same time (e.g. for use with simultaneous sampling ADCs). The current FPGA implementation can support up to 8 data lanes at a time (depending on a compile-time configuration option). Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Signed-off-by: David Lechner <dlechner@baylibre.com> Link: https://patch.msgid.link/20260123-spi-add-multi-bus-support-v6-6-12af183c06eb@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
05c3bd745b
commit
2e706f86a5
|
|
@ -70,6 +70,21 @@ required:
|
|||
|
||||
unevaluatedProperties: false
|
||||
|
||||
patternProperties:
|
||||
"^.*@[0-9a-f]+":
|
||||
type: object
|
||||
|
||||
properties:
|
||||
spi-rx-bus-width:
|
||||
maxItems: 8
|
||||
items:
|
||||
enum: [0, 1]
|
||||
|
||||
spi-tx-bus-width:
|
||||
maxItems: 8
|
||||
items:
|
||||
enum: [0, 1]
|
||||
|
||||
examples:
|
||||
- |
|
||||
spi@44a00000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user