Searched +full:fpga +full:- +full:xc7s +full:- +full:selectmap (Results 1 – 2 of 2) sorted by relevance
1 # 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 interface10 - Charles Perry <[email protected]>14 parallel port named the SelectMAP interface in the documentation. Only22 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#27 - xlnx,fpga-xc7s-selectmap28 - xlnx,fpga-xc7a-selectmap[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Xilinx Spartan6 and 7 Series SelectMAP interface driver7 * Manage Xilinx FPGA firmware loaded over the SelectMAP configuration11 #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 …]