Lines Matching +full:cs +full:- +full:number
2 -------------------------------------------
5 - compatible : Should be "cdns,spi-r1p6" or "xlnx,zynq-spi-r1p6".
6 - reg : Physical base address and size of SPI registers map.
7 - interrupts : Property with a value describing the interrupt
8 number.
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).
13 - spi-max-frequency : Maximum SPI clocking speed of device in Hz
16 - num-cs : Number of chip selects used.
17 If a decoder is used, this will be the number of
19 - is-decoded-cs : Flag to indicate whether decoder is used or not.
24 compatible = "xlnx,zynq-spi-r1p6";
25 clock-names = "ref_clk", "pclk";
27 interrupt-parent = <&intc>;
29 num-cs = <4>;
30 is-decoded-cs = <0>;