gdsys,soc.txt 397 B

12345678910111213141516
  1. gdsys soc bus driver
  2. This driver provides a simple interface for the busses associated with gdsys
  3. IHS FPGAs. The bus itself contains devices whose register maps are contained
  4. within the FPGA's register space.
  5. Required properties:
  6. - fpga: A phandle to the controlling IHS FPGA
  7. Example:
  8. FPGA0BUS: fpga0bus {
  9. compatible = "gdsys,soc";
  10. ranges = <0x0 0xe0600000 0x00004000>;
  11. fpga = <&FPGA0>;
  12. };