1*c0a2b086SMario Sixgdsys soc bus driver
2*c0a2b086SMario Six
3*c0a2b086SMario SixThis driver provides a simple interface for the busses associated with gdsys
4*c0a2b086SMario SixIHS FPGAs. The bus itself contains devices whose register maps are contained
5*c0a2b086SMario Sixwithin the FPGA's register space.
6*c0a2b086SMario Six
7*c0a2b086SMario SixRequired properties:
8*c0a2b086SMario Six- fpga: A phandle to the controlling IHS FPGA
9*c0a2b086SMario Six
10*c0a2b086SMario SixExample:
11*c0a2b086SMario Six
12*c0a2b086SMario SixFPGA0BUS: fpga0bus {
13*c0a2b086SMario Six	compatible = "gdsys,soc";
14*c0a2b086SMario Six	ranges = <0x0 0xe0600000 0x00004000>;
15*c0a2b086SMario Six	fpga = <&FPGA0>;
16*c0a2b086SMario Six};
17