doc: Remove duplicated documentation directory
[platform/kernel/u-boot.git] / doc / device-tree-bindings / misc / misc / gdsys,iocpu_fpga.txt
1 gdsys IHS FPGA for CPU devices
2
3 The gdsys IHS FPGA is the main FPGA on gdsys CPU devices. This driver provides
4 support for enabling and starting the FPGA, as well as verifying working bus
5 communication.
6
7 Required 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
13 Example:
14
15 FPGA0 {
16         compatible = "gdsys,iocpu_fpga";
17         reset-gpios = <&PPCPCA 26 0>;
18         done-gpios = <&GPIO_VB0 19 0>;
19 };