Lines Matching +full:two +full:- +full:ethernet
1 * ENETC ethernet device tree bindings
4 external) there are two supported link modes specified by
9 - reg : Specifies PCIe Device Number and Function
12 - compatible : Should be "fsl,enetc".
18 In this case, the ENETC node should include a "mdio" sub-node
19 that in turn should contain the "ethernet-phy" node describing the
21 already defined in Documentation/devicetree/bindings/net/ethernet.txt or
26 - phy-handle : Phandle to a PHY on the MDIO bus.
27 Defined in ethernet.txt.
29 - phy-connection-type : Defined in ethernet.txt.
31 - mdio : "mdio" node, defined in mdio.txt.
33 - ethernet-phy : "ethernet-phy" node, defined in phy.txt.
37 ethernet@0,0 {
40 phy-handle = <&sgmii_phy0>;
41 phy-connection-type = "sgmii";
44 #address-cells = <1>;
45 #size-cells = <0>;
46 sgmii_phy0: ethernet-phy@2 {
59 - reg : Specifies PCIe Device Number and Function
62 - compatible : Should be "fsl,enetc-mdio".
69 ethernet@0,0 {
72 phy-handle = <&sgmii_phy0>;
73 phy-connection-type = "sgmii";
77 compatible = "fsl,enetc-mdio";
79 #address-cells = <1>;
80 #size-cells = <0>;
81 sgmii_phy0: ethernet-phy@2 {
86 2. The ENETC port is an internal port or has a fixed-link external
90 as specified by Documentation/devicetree/bindings/net/fixed-link.txt.
94 - fixed-link : "fixed-link" node, defined in "fixed-link.txt".
97 ethernet@0,2 {
100 fixed-link {
102 full-duplex;
112 - reg : Specifies the address in the SoC memory space.
113 - compatible : Must be "fsl,ls1028a-enetc-ierb".
117 compatible = "fsl,ls1028a-enetc-ierb";