aspeed/watchdog: Correct timeout value
[platform/kernel/u-boot.git] / Documentation / devicetree / bindings / misc / gdsys,soc.txt
1 gdsys soc bus driver
2
3 This driver provides a simple interface for the busses associated with gdsys
4 IHS FPGAs. The bus itself contains devices whose register maps are contained
5 within the FPGA's register space.
6
7 Required properties:
8 - fpga: A phandle to the controlling IHS FPGA
9
10 Example:
11
12 FPGA0BUS: fpga0bus {
13         compatible = "gdsys,soc";
14         ranges = <0x0 0xe0600000 0x00004000>;
15         fpga = <&FPGA0>;
16 };