Lines Matching +full:in +full:- +full:between
2 --------------------------------------------------------
5 Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
7 This core can be used in all three modes of operation(10/100/1000 Mb/s).
9 Speed of operation. This core can switch dynamically between the three
12 This converter sits between the ethernet MAC and the external phy.
15 For more details about mdio please refer phy.txt file in the same directory.
18 - compatible : Should be "xlnx,gmii-to-rgmii-1.0"
19 - reg : The ID number for the phy, usually a small integer
20 - phy-handle : Should point to the external phy device.
21 See ethernet.txt file in the same directory.
25 #address-cells = <1>;
26 #size-cells = <0>;
27 phy: ethernet-phy@0 {
31 compatible = "xlnx,gmii-to-rgmii-1.0";
33 phy-handle = <&phy>;