Mario Six | c0a2b08 | 2018-10-04 09:00:54 +0200 | [diff] [blame] | 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 | }; |