1gdsys IHS FPGA for CON devices 2 3The gdsys IHS FPGA is the main FPGA on gdsys CON devices. This driver provides 4support for enabling and starting the FPGA, as well as verifying working bus 5communication. 6 7Required properties: 8- compatible: must be "gdsys,iocon_fpga" 9- reset-gpios: List of GPIOs controlling the FPGA's reset 10- done-gpios: List of GPIOs notifying whether the FPGA's reconfiguration is 11 done 12 13Example: 14 15FPGA0 { 16 compatible = "gdsys,iocon_fpga"; 17 reset-gpios = <&PPCPCA 26 0>; 18 done-gpios = <&GPIO_VB0 19 0>; 19}; 20