Commit 3746fd75 authored by Florian Fainelli's avatar Florian Fainelli

ARM: dts: NSP: Switch to port 8 for CPU port

Now that we have added support for pre-pended Broadcom tags with commit
11606039 ("net: dsa: b53: Support prepended Broadcom tags") we can
switch all the Northstar Plus reference boards to use port 8 for the CPU
port. This allows us to prepare room for supporting the Flow Accelerator
2 NAPT offload, and frees up port 5 to be made fully configurable for
the modes that it supports: internal, SGMII, RGMII etc.
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 811ae58e
...@@ -204,10 +204,10 @@ port@4 { ...@@ -204,10 +204,10 @@ port@4 {
reg = <4>; reg = <4>;
}; };
port@5 { port@8 {
ethernet = <&amac0>; ethernet = <&amac2>;
label = "cpu"; label = "cpu";
reg = <5>; reg = <8>;
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;
......
...@@ -208,10 +208,10 @@ port@4 { ...@@ -208,10 +208,10 @@ port@4 {
reg = <4>; reg = <4>;
}; };
port@5 { port@8 {
ethernet = <&amac0>; ethernet = <&amac2>;
label = "cpu"; label = "cpu";
reg = <5>; reg = <8>;
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;
......
...@@ -210,10 +210,10 @@ port@4 { ...@@ -210,10 +210,10 @@ port@4 {
reg = <4>; reg = <4>;
}; };
port@5 { port@8 {
ethernet = <&amac0>; ethernet = <&amac2>;
label = "cpu"; label = "cpu";
reg = <5>; reg = <8>;
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;
......
...@@ -245,10 +245,10 @@ port@4 { ...@@ -245,10 +245,10 @@ port@4 {
reg = <4>; reg = <4>;
}; };
port@5 { port@8 {
ethernet = <&amac0>; ethernet = <&amac2>;
label = "cpu"; label = "cpu";
reg = <5>; reg = <8>;
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;
......
...@@ -216,10 +216,10 @@ port@4 { ...@@ -216,10 +216,10 @@ port@4 {
reg = <4>; reg = <4>;
}; };
port@5 { port@8 {
ethernet = <&amac0>; ethernet = <&amac2>;
label = "cpu"; label = "cpu";
reg = <5>; reg = <8>;
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment