gdsys,iocon_fpga.txt 538 B

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