Lines Matching +full:port +full:- +full:specific
5 -----
9 - VSC9959 (Felix)
10 - VSC9953 (Seville)
13 larger ENETC root complex. As a result, the ethernet-switch node is a sub-node
25 For the external switch ports, depending on board configuration, "phy-mode" and
26 "phy-handle" are populated by board specific device tree instances. Ports 4 and
29 The CPU port property ("ethernet") configures the feature called "NPI port" in
30 the Ocelot hardware core. The CPU port in Ocelot is a set of queues, which are
31 connected, in the Node Processor Interface (NPI) mode, to an Ethernet port.
32 By default, in fsl-ls1028a.dtsi, the NPI port is assigned to the internal
33 2.5Gbps port@4, but can be moved to the 1Gbps port@5, depending on the specific
34 use case. Moving the NPI port to an external switch port is hardware possible,
37 tagging) is supported on a single port at a time.
39 Any port can be disabled (and in fsl-ls1028a.dtsi, they are indeed all disabled
40 by default, and should be enabled on a per-board basis). But if any external
41 switch port is enabled at all, the ENETC PF2 (enetc_port2) should be enabled as
44 in hardware truly belong to the ENETC port #2 and not to Felix.
53 * phy_mode = "2500base-x": on ports 0, 1, 2, 3
65 ethernet-switch@0,5 {
71 #address-cells = <1>;
72 #size-cells = <0>;
75 port@0 {
80 port@1 {
85 port@2 {
90 port@3 {
95 /* Tagging CPU port */
96 port@4 {
99 phy-mode = "internal";
101 fixed-link {
103 full-duplex;
107 /* Non-tagging CPU port */
108 port@5 {
110 phy-mode = "internal";
113 fixed-link {
115 full-duplex;
126 - compatible:
127 Must be "mscc,vsc9953-switch".
139 ethernet-switch@800000 {
140 #address-cells = <0x1>;
141 #size-cells = <0x0>;
142 compatible = "mscc,vsc9953-switch";
143 little-endian;
147 #address-cells = <0x1>;
148 #size-cells = <0x0>;
150 port@0 {
155 port@1 {
160 port@2 {
165 port@3 {
170 port@4 {
175 port@5 {
180 port@6 {
185 port@7 {
190 port@8 {
192 phy-mode = "internal";
195 fixed-link {
197 full-duplex;
201 port@9 {
203 phy-mode = "internal";
206 fixed-link {
208 full-duplex;