Lines Matching +full:zynqmp +full:- +full:qspi +full:- +full:1
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-zynqmp-qspi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michal Simek <[email protected]>
15 - xlnx,versal-qspi-1.0
16 - xlnx,zynqmp-qspi-1.0
19 minItems: 1
23 maxItems: 1
25 clock-names:
27 - const: ref_clk
28 - const: pclk
34 maxItems: 1
36 power-domains:
37 maxItems: 1
40 - compatible
41 - reg
42 - interrupts
43 - clock-names
44 - clocks
49 - $ref: spi-controller.yaml#
51 - if:
55 const: xlnx,zynqmp-qspi-1.0
64 maxItems: 1
67 - |
68 #include <dt-bindings/clock/xlnx-zynqmp-clk.h>
70 #address-cells = <2>;
71 #size-cells = <2>;
73 qspi: spi@ff0f0000 {
74 compatible = "xlnx,zynqmp-qspi-1.0";
76 clock-names = "ref_clk", "pclk";
78 interrupt-parent = <&gic>;