mirror of https://gitee.com/openkylin/linux.git
dt-bindings: spi: Add interconnect binding for QSPI
Add documentation for the interconnect and interconnect-names properties for QSPI. Signed-off-by: Akash Asthana <akashast@codeaurora.org> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
d2423aa003
commit
8f9c291558
|
@ -40,6 +40,15 @@ properties:
|
||||||
- description: AHB clock
|
- description: AHB clock
|
||||||
- description: QSPI core clock
|
- description: QSPI core clock
|
||||||
|
|
||||||
|
interconnects:
|
||||||
|
minItems: 1
|
||||||
|
maxItems: 2
|
||||||
|
|
||||||
|
interconnect-names:
|
||||||
|
items:
|
||||||
|
- const: qspi-config
|
||||||
|
- const: qspi-memory
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
|
|
Loading…
Reference in New Issue