blob: acd466fdc6d0fdd6eaf2c2ddc21c930f444023be [file] [log] [blame]
Mario Six1a9d43f2018-10-04 09:00:55 +02001gdsys 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};