Hello,
I’m working with a custom board based on the LS1046A.
Previously, the FPGA on our board was mapped to the memory region starting at 0x7FB0_XXXX.
Now, I would like to modify the configuration so that multiple FPGAs can each use a different memory region in the 0x7FBX_XXXX range (e.g., 0x7FB1_XXXX, 0x7FB2_XXXX, etc.).
Is it possible to change the FPGA base address to different regions within this range? If so, where should this be configured — in the device tree, RCW, or elsewhere?
Thank you for your support.