blob: db2ff8ca128171e082b227468faff70b600c74df [file] [log] [blame]
Mario Six0cafb652018-07-31 14:24:15 +02001gdsys IO endpoint of IHS FPGA devices
2
3The IO endpoint of IHS FPGA devices is a packet-based transmission interface
4that allows interconnected gdsys devices to send and receive data over the
5FPGA's main ethernet connection.
6
7Required properties:
8- compatible: must be "gdsys,io-endpoint"
9- reg: describes the address and length of the endpoint's register map (within
10 the FPGA's register space)
11
12Example:
13
14fpga0_ep0 {
15 compatible = "gdsys,io-endpoint";
16 reg = <0x020 0x10
17 0x320 0x10
18 0x340 0x10
19 0x360 0x10>;
20};