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