From 64d5a6ba42f1481af6ed64561e7ae57408f0d913 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Tue, 19 Dec 2023 11:07:23 +0100 Subject: [PATCH] fpgas.json: switch to new json per default and fix the same use fpga definition that includes dino and i2c controller to use the latest bitstream (vc707-xbar-pcie-dino). Fix the json for that bitstream to also include the interrupt controller. Signed-off-by: Niklas Eiling --- fpga/etc/fpgas.json | 2 +- fpga/etc/vc707-xbar-pcie-dino/vc707-xbar-pcie-dino.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fpga/etc/fpgas.json b/fpga/etc/fpgas.json index 7a4811ce7..cdaa9bfb1 100644 --- a/fpga/etc/fpgas.json +++ b/fpga/etc/fpgas.json @@ -4,7 +4,7 @@ "id": "10ee:7021", "slot": "0000:88:00.0", "do_reset": true, - "ips": "vc707-xbar-pcie/vc707-xbar-pcie.json", + "ips": "vc707-xbar-pcie-dino/vc707-xbar-pcie-dino.json", "polling": false, "interface": "pcie" } diff --git a/fpga/etc/vc707-xbar-pcie-dino/vc707-xbar-pcie-dino.json b/fpga/etc/vc707-xbar-pcie-dino/vc707-xbar-pcie-dino.json index b985d2f83..42e6683c2 100644 --- a/fpga/etc/vc707-xbar-pcie-dino/vc707-xbar-pcie-dino.json +++ b/fpga/etc/vc707-xbar-pcie-dino/vc707-xbar-pcie-dino.json @@ -1346,5 +1346,14 @@ "translation": 0 } } + }, + "dma_pcie_pcie_pcie_interrupts_axi_pcie_intc_0": { + "vlnv": "xilinx.com:module_ref:axi_pcie_intc:1.0", + "parameters": { + "component_name": "design_1_axi_pcie_intc_0_0", + "edk_iptype": "PERIPHERAL", + "c_baseaddr": 8192, + "c_highaddr": 9215 + } } }