···11* CSR SiRFprimaII Serial Peripheral Interface2233Required properties:44-- compatible : Should be "sirf,prima2-spi"44+- compatible : Should be "sirf,prima2-spi", "sirf,prima2-usp"55+ or "sirf,atlas7-usp"56- reg : Offset and length of the register set for the device67- interrupts : Should contain SPI interrupt78- resets: phandle to the reset controller asserting this device in
···11+Xilinx Zynq UltraScale+ MPSoC GQSPI controller Device Tree Bindings22+-------------------------------------------------------------------33+44+Required properties:55+- compatible : Should be "xlnx,zynqmp-qspi-1.0".66+- reg : Physical base address and size of GQSPI registers map.77+- interrupts : Property with a value describing the interrupt88+ number.99+- interrupt-parent : Must be core interrupt controller.1010+- clock-names : List of input clock names - "ref_clk", "pclk"1111+ (See clock bindings for details).1212+- clocks : Clock phandles (see clock bindings for details).1313+1414+Optional properties:1515+- num-cs : Number of chip selects used.1616+1717+Example:1818+ qspi: spi@ff0f0000 {1919+ compatible = "xlnx,zynqmp-qspi-1.0";2020+ clock-names = "ref_clk", "pclk";2121+ clocks = <&misc_clk &misc_clk>;2222+ interrupts = <0 15 4>;2323+ interrupt-parent = <&gic>;2424+ num-cs = <1>;2525+ reg = <0x0 0xff0f0000 0x1000>,<0x0 0xc0000000 0x8000000>;2626+ };
+6
drivers/spi/Kconfig
···610610 16 bit words in SPI mode 0, automatically asserting CS on transfer611611 start and deasserting on end.612612613613+config SPI_ZYNQMP_GQSPI614614+ tristate "Xilinx ZynqMP GQSPI controller"615615+ depends on SPI_MASTER616616+ help617617+ Enables Xilinx GQSPI controller driver for Zynq UltraScale+ MPSoC.618618+613619config SPI_NUC900614620 tristate "Nuvoton NUC900 series SPI"615621 depends on ARCH_W90X900