Rams
New Contributor
4 years agoArria 10 configuration: Linux Altera Passive Serial SPI FPGA Manager
Hi,
We are planning to use Arria 10 FPGA with NXP LX series of processors. We want to test FPGA loading from U-boot and linux through spi bus.
With reference to the documentation
&dspi1 {
status = "okay";
fpga_mgr_spi: fpga-mgr@0 {
compatible = "altr,fpga-arria10-passive-serial";
spi-max-frequency = <20000000>;
reg = <0>;
nconfig-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>;
nstat-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>;
confd-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
status = "okay";
};
};
It is not clear how to program the fpga using passive serial.
Please clarify