aspeed/watchdog: Correct timeout value
[platform/kernel/u-boot.git] / Documentation / devicetree / bindings / misc / gdsys,io-endpoint.txt
1 gdsys IO endpoint of IHS FPGA devices
2
3 The IO endpoint of IHS FPGA devices is a packet-based transmission interface
4 that allows interconnected gdsys devices to send and receive data over the
5 FPGA's main ethernet connection.
6
7 Required 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
12 Example:
13
14 fpga0_ep0 {
15         compatible = "gdsys,io-endpoint";
16         reg = <0x020 0x10
17            0x320 0x10
18            0x340 0x10
19            0x360 0x10>;
20 };