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

Now that we have added support for pre-pended Broadcom tags with commit
1160603960 ("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: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Florian Fainelli 2018-02-27 12:45:19 -08:00
parent 811ae58e76
commit 3746fd75cb
5 changed files with 15 additions and 15 deletions

View File

@ -204,10 +204,10 @@ port@4 {
reg = <4>;
};
port@5 {
ethernet = <&amac0>;
port@8 {
ethernet = <&amac2>;
label = "cpu";
reg = <5>;
reg = <8>;
fixed-link {
speed = <1000>;
full-duplex;

View File

@ -208,10 +208,10 @@ port@4 {
reg = <4>;
};
port@5 {
ethernet = <&amac0>;
port@8 {
ethernet = <&amac2>;
label = "cpu";
reg = <5>;
reg = <8>;
fixed-link {
speed = <1000>;
full-duplex;

View File

@ -210,10 +210,10 @@ port@4 {
reg = <4>;
};
port@5 {
ethernet = <&amac0>;
port@8 {
ethernet = <&amac2>;
label = "cpu";
reg = <5>;
reg = <8>;
fixed-link {
speed = <1000>;
full-duplex;

View File

@ -245,10 +245,10 @@ port@4 {
reg = <4>;
};
port@5 {
ethernet = <&amac0>;
port@8 {
ethernet = <&amac2>;
label = "cpu";
reg = <5>;
reg = <8>;
fixed-link {
speed = <1000>;
full-duplex;

View File

@ -216,10 +216,10 @@ port@4 {
reg = <4>;
};
port@5 {
ethernet = <&amac0>;
port@8 {
ethernet = <&amac2>;
label = "cpu";
reg = <5>;
reg = <8>;
fixed-link {
speed = <1000>;
full-duplex;