1 SPI Master controller for Netlogic XLP MIPS64 SOCs
2 ==================================================
4 Currently this SPI controller driver is supported for the following
6 XLP832, XLP316, XLP208, XLP980, XLP532
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.
17 SPI slave nodes must be children of the SPI master node and can contain
18 properties described in Documentation/devicetree/bindings/spi/spi-bus.txt.
23 compatible = "netlogic,xlp832-spi";
26 reg = <0 0x3a100 0x100>;
29 interrupt-parent = <&pic>;
32 compatible = "spansion,s25sl12801";
35 reg = <1>; /* Chip Select */
36 spi-max-frequency = <40000000>;