Lines Matching +full:chip +full:- +full:select
9 - compatible : Should be "netlogic,xlp832-spi".
10 - #address-cells : Number of cells required to define a chip select address
12 - #size-cells : Should be zero.
13 - reg : Should contain register location and length.
14 - clocks : Phandle of the spi clock
15 - interrupts : Interrupt number used by this controller.
18 properties described in Documentation/devicetree/bindings/spi/spi-bus.txt.
23 compatible = "netlogic,xlp832-spi";
24 #address-cells = <1>;
25 #size-cells = <0>;
29 interrupt-parent = <&pic>;
33 #address-cells = <1>;
34 #size-cells = <1>;
35 reg = <1>; /* Chip Select */
36 spi-max-frequency = <40000000>;