Lines Matching +full:num +full:- +full:cs
2 -------------------------------------------------
5 - compatible : Should be "xlnx,zynq-qspi-1.0".
6 - reg : Physical base address and size of QSPI registers map.
7 - interrupts : Property with a value describing the interrupt
9 - interrupt-parent : Must be core interrupt controller
10 - clock-names : List of input clock names - "ref_clk", "pclk"
12 - clocks : Clock phandles (see clock bindings for details).
15 - num-cs : Number of chip selects used.
19 compatible = "xlnx,zynq-qspi-1.0";
20 clock-names = "ref_clk", "pclk";
22 interrupt-parent = <&intc>;
24 num-cs = <1>;