diff options
Diffstat (limited to 'Documentation/devicetree/bindings/net/apm-xgene-enet.txt')
| -rw-r--r-- | Documentation/devicetree/bindings/net/apm-xgene-enet.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt index 6151999c5dca..f55aa280d34f 100644 --- a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt +++ b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt | |||
| @@ -14,7 +14,11 @@ Required properties for all the ethernet interfaces: | |||
| 14 | - "enet_csr": Ethernet control and status register address space | 14 | - "enet_csr": Ethernet control and status register address space |
| 15 | - "ring_csr": Descriptor ring control and status register address space | 15 | - "ring_csr": Descriptor ring control and status register address space |
| 16 | - "ring_cmd": Descriptor ring command register address space | 16 | - "ring_cmd": Descriptor ring command register address space |
| 17 | - interrupts: Ethernet main interrupt | 17 | - interrupts: Two interrupt specifiers can be specified. |
| 18 | - First is the Rx interrupt. This irq is mandatory. | ||
| 19 | - Second is the Tx completion interrupt. | ||
| 20 | This is supported only on SGMII based 1GbE and 10GbE interfaces. | ||
| 21 | - port-id: Port number (0 or 1) | ||
| 18 | - clocks: Reference to the clock entry. | 22 | - clocks: Reference to the clock entry. |
| 19 | - local-mac-address: MAC address assigned to this device | 23 | - local-mac-address: MAC address assigned to this device |
| 20 | - phy-connection-type: Interface type between ethernet device and PHY device | 24 | - phy-connection-type: Interface type between ethernet device and PHY device |
| @@ -49,6 +53,7 @@ Example: | |||
| 49 | <0x0 0X10000000 0x0 0X200>; | 53 | <0x0 0X10000000 0x0 0X200>; |
| 50 | reg-names = "enet_csr", "ring_csr", "ring_cmd"; | 54 | reg-names = "enet_csr", "ring_csr", "ring_cmd"; |
| 51 | interrupts = <0x0 0x3c 0x4>; | 55 | interrupts = <0x0 0x3c 0x4>; |
| 56 | port-id = <0>; | ||
| 52 | clocks = <&menetclk 0>; | 57 | clocks = <&menetclk 0>; |
| 53 | local-mac-address = [00 01 73 00 00 01]; | 58 | local-mac-address = [00 01 73 00 00 01]; |
| 54 | phy-connection-type = "rgmii"; | 59 | phy-connection-type = "rgmii"; |
