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