Lines Matching full:port
23 - port0: contains the resources for ethernet port 0
24 - port1: contains the resources for ethernet port 1
27 - compatible: must be "cortina,gemini-ethernet-port"
29 the GMAC memory area of the port
30 - interrupts: should contain the interrupt line of the port.
33 the port.
35 clocking the silicon in this port
67 gmac0: ethernet-port@0 {
68 compatible = "cortina,gemini-ethernet-port";
69 reg = <0x60008000 0x2000>, /* Port 0 DMA/TOE */
70 <0x6000a000 0x2000>; /* Port 0 GMAC */
80 gmac1: ethernet-port@1 {
81 compatible = "cortina,gemini-ethernet-port";
82 reg = <0x6000c000 0x2000>, /* Port 1 DMA/TOE */
83 <0x6000e000 0x2000>; /* Port 1 GMAC */