gdsys,io-endpoint.txt 544 B

1234567891011121314151617181920
  1. gdsys IO endpoint of IHS FPGA devices
  2. The IO endpoint of IHS FPGA devices is a packet-based transmission interface
  3. that allows interconnected gdsys devices to send and receive data over the
  4. FPGA's main ethernet connection.
  5. Required properties:
  6. - compatible: must be "gdsys,io-endpoint"
  7. - reg: describes the address and length of the endpoint's register map (within
  8. the FPGA's register space)
  9. Example:
  10. fpga0_ep0 {
  11. compatible = "gdsys,io-endpoint";
  12. reg = <0x020 0x10
  13. 0x320 0x10
  14. 0x340 0x10
  15. 0x360 0x10>;
  16. };