aspeed/watchdog: Correct timeout value
[platform/kernel/u-boot.git] / Documentation / devicetree / bindings / misc / gdsys,iocon_fpga.txt
1 gdsys IHS FPGA for CON devices
2
3 The gdsys IHS FPGA is the main FPGA on gdsys CON 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,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
13 Example:
14
15 FPGA0 {
16         compatible = "gdsys,iocon_fpga";
17         reset-gpios = <&PPCPCA 26 0>;
18         done-gpios = <&GPIO_VB0 19 0>;
19 };