blob: 278e935b166bca8abb466378cba63a6c6e1d644c [file] [log] [blame]
Mario Sixc0a2b082018-10-04 09:00:54 +02001gdsys 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};