1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2 /* 2 /* 3 * QorIQ FMan v3 device tree nodes for ls1046 3 * QorIQ FMan v3 device tree nodes for ls1046 4 * 4 * 5 * Copyright 2015-2016 Freescale Semiconductor 5 * Copyright 2015-2016 Freescale Semiconductor Inc. 6 * 6 * 7 */ 7 */ 8 8 9 &soc { 9 &soc { 10 10 11 /* include used FMan blocks */ 11 /* include used FMan blocks */ 12 #include "qoriq-fman3-0.dtsi" 12 #include "qoriq-fman3-0.dtsi" 13 #include "qoriq-fman3-0-1g-0.dtsi" 13 #include "qoriq-fman3-0-1g-0.dtsi" 14 #include "qoriq-fman3-0-1g-1.dtsi" 14 #include "qoriq-fman3-0-1g-1.dtsi" 15 #include "qoriq-fman3-0-1g-2.dtsi" 15 #include "qoriq-fman3-0-1g-2.dtsi" 16 #include "qoriq-fman3-0-1g-3.dtsi" 16 #include "qoriq-fman3-0-1g-3.dtsi" 17 #include "qoriq-fman3-0-1g-4.dtsi" 17 #include "qoriq-fman3-0-1g-4.dtsi" 18 #include "qoriq-fman3-0-1g-5.dtsi" 18 #include "qoriq-fman3-0-1g-5.dtsi" 19 #include "qoriq-fman3-0-10g-0.dtsi" 19 #include "qoriq-fman3-0-10g-0.dtsi" 20 #include "qoriq-fman3-0-10g-1.dtsi" 20 #include "qoriq-fman3-0-10g-1.dtsi" 21 }; 21 }; 22 22 23 &fman0 { 23 &fman0 { 24 /* these aliases provide the FMan port 24 /* these aliases provide the FMan ports mapping */ 25 enet0: ethernet@e0000 { 25 enet0: ethernet@e0000 { 26 pcsphy-handle = <&qsgmiib_pcs3 26 pcsphy-handle = <&qsgmiib_pcs3>; 27 pcs-handle = <&qsgmiib_pcs3>; << 28 pcs-handle-names = "qsgmii"; 27 pcs-handle-names = "qsgmii"; 29 }; 28 }; 30 29 31 enet1: ethernet@e2000 { 30 enet1: ethernet@e2000 { 32 }; 31 }; 33 32 34 enet2: ethernet@e4000 { 33 enet2: ethernet@e4000 { 35 }; 34 }; 36 35 37 enet3: ethernet@e6000 { 36 enet3: ethernet@e6000 { 38 }; 37 }; 39 38 40 enet4: ethernet@e8000 { 39 enet4: ethernet@e8000 { 41 pcsphy-handle = <&pcsphy4>, <& 40 pcsphy-handle = <&pcsphy4>, <&qsgmiib_pcs1>; 42 pcs-handle = <&pcsphy4>, <&qsg << 43 pcs-handle-names = "sgmii", "q 41 pcs-handle-names = "sgmii", "qsgmii"; 44 }; 42 }; 45 43 46 enet5: ethernet@ea000 { 44 enet5: ethernet@ea000 { 47 pcsphy-handle = <&pcsphy5>, <& 45 pcsphy-handle = <&pcsphy5>, <&pcsphy5>; 48 pcs-handle = <&pcsphy5>, <&pcs << 49 pcs-handle-names = "sgmii", "q 46 pcs-handle-names = "sgmii", "qsgmii"; 50 }; 47 }; 51 48 52 enet6: ethernet@f0000 { 49 enet6: ethernet@f0000 { 53 }; 50 }; 54 51 55 enet7: ethernet@f2000 { 52 enet7: ethernet@f2000 { 56 pcsphy-handle = <&pcsphy7>, <& 53 pcsphy-handle = <&pcsphy7>, <&qsgmiib_pcs2>, <&pcsphy7>; 57 pcs-handle = <&pcsphy7>, <&qsg << 58 pcs-handle-names = "sgmii", "q 54 pcs-handle-names = "sgmii", "qsgmii", "xfi"; 59 }; 55 }; 60 56 61 mdio@eb000 { 57 mdio@eb000 { 62 qsgmiib_pcs1: ethernet-pcs@1 { 58 qsgmiib_pcs1: ethernet-pcs@1 { 63 compatible = "fsl,lynx 59 compatible = "fsl,lynx-pcs"; 64 reg = <0x1>; 60 reg = <0x1>; 65 }; 61 }; 66 62 67 qsgmiib_pcs2: ethernet-pcs@2 { 63 qsgmiib_pcs2: ethernet-pcs@2 { 68 compatible = "fsl,lynx 64 compatible = "fsl,lynx-pcs"; 69 reg = <0x2>; 65 reg = <0x2>; 70 }; 66 }; 71 67 72 qsgmiib_pcs3: ethernet-pcs@3 { 68 qsgmiib_pcs3: ethernet-pcs@3 { 73 compatible = "fsl,lynx 69 compatible = "fsl,lynx-pcs"; 74 reg = <0x3>; 70 reg = <0x3>; 75 }; 71 }; 76 }; 72 }; 77 }; 73 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.