blob: 819db22bf7df79a8e8613a4ac2e5fc4f5323fe55 [file] [log] [blame]
Mario Six1a9d43f2018-10-04 09:00:55 +02001gdsys IHS FPGA for CPU devices
2
3The gdsys IHS FPGA is the main FPGA on gdsys CPU 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,iocpu_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,iocpu_fpga";
17 reset-gpios = <&PPCPCA 26 0>;
18 done-gpios = <&GPIO_VB0 19 0>;
19};