Home
last modified time | relevance | path

Searched +full:fpga +full:- +full:xc7s +full:- +full:selectmap (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/fpga/
Dxlnx,fpga-selectmap.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/fpga/xlnx,fpga-selectmap.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Xilinx SelectMAP FPGA interface
10 - Charles Perry <[email protected]>
14 parallel port named the SelectMAP interface in the documentation. Only
22 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
27 - xlnx,fpga-xc7s-selectmap
28 - xlnx,fpga-xc7a-selectmap
[all …]
/linux-6.14.4/drivers/fpga/
Dxilinx-selectmap.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Xilinx Spartan6 and 7 Series SelectMAP interface driver
7 * Manage Xilinx FPGA firmware loaded over the SelectMAP configuration
11 #include "xilinx-core.h"
35 writeb(buf[i], conf->base); in xilinx_selectmap_write()
46 conf = devm_kzalloc(&pdev->dev, sizeof(*conf), GFP_KERNEL); in xilinx_selectmap_probe()
48 return -ENOMEM; in xilinx_selectmap_probe()
50 conf->core.dev = &pdev->dev; in xilinx_selectmap_probe()
51 conf->core.write = xilinx_selectmap_write; in xilinx_selectmap_probe()
55 return dev_err_probe(&pdev->dev, PTR_ERR(base), in xilinx_selectmap_probe()
[all …]