Home
last modified time | relevance | path

Searched full:selectmap (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/fpga/
Dxlnx,fpga-selectmap.yaml4 $id: http://devicetree.org/schemas/fpga/xlnx,fpga-selectmap.yaml#
7 title: Xilinx SelectMAP FPGA interface
14 parallel port named the SelectMAP interface in the documentation. Only
27 - xlnx,fpga-xc7s-selectmap
28 - xlnx,fpga-xc7a-selectmap
29 - xlnx,fpga-xc7k-selectmap
30 - xlnx,fpga-xc7v-selectmap
78 compatible = "xlnx,fpga-xc7s-selectmap";
/linux-6.14.4/drivers/fpga/
Dxilinx-selectmap.c3 * Xilinx Spartan6 and 7 Series SelectMAP interface driver
7 * Manage Xilinx FPGA firmware loaded over the SelectMAP configuration
75 { .compatible = "xlnx,fpga-xc7s-selectmap", }, // Spartan-7
76 { .compatible = "xlnx,fpga-xc7a-selectmap", }, // Artix-7
77 { .compatible = "xlnx,fpga-xc7k-selectmap", }, // Kintex-7
78 { .compatible = "xlnx,fpga-xc7v-selectmap", }, // Virtex-7
85 .name = "xilinx-selectmap",
95 MODULE_DESCRIPTION("Load Xilinx FPGA firmware over SelectMap");
DKconfig71 tristate "Xilinx Configuration over SelectMAP"
76 over SelectMAP interface.
DMakefile19 obj-$(CONFIG_FPGA_MGR_XILINX_SELECTMAP) += xilinx-selectmap.o