xref: /openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,io-endpoint.txt (revision 0f347a0096ad0c1e56d1b18b7eb60731d40d49c2)
1gdsys 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};
21