aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xlnx_ernic/dt-binding.txt
blob: 2a9d098125b739577c6c8582a33f66a8f995ee8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Xilinx Embedded RDMA NIC (ERNIC)
--------------------------------

The Xilinx Embedded Remote DMA(RDMA) NIC is an implementation of
RDMA over Converged Ethernet (RoCEv2) enabled NIC functionality.

Supported features by ERNIC are:
1. both IPv4 and IPv6.
2. 100 Gb/s data path.
3. Incoming and outgoing RDMA READ, RDMA WRITE and RDMA SEND.

Required properties:
- compatible : Must contain "xlnx,ernic-1.0".
- interrupts: Contains the interrupt line numbers.
- reg: Physical base address and length of the registers set for the device.

ernic_0: ernic@84000000 {
	compatible = "xlnx,ernic-1.0";
	interrupts = <4 2
			5 2
			6 2
			7 2
			8 2
			9 2
			10 2
			11 2
			12 2>;
	reg = <0x84000000 0x40000>;
};