|
@@ -63,11 +63,11 @@
|
|
};
|
|
};
|
|
|
|
|
|
mdio@24520 {
|
|
mdio@24520 {
|
|
- device_type = "mdio";
|
|
|
|
- compatible = "gianfar";
|
|
|
|
- reg = <24520 20>;
|
|
|
|
#address-cells = <1>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
#size-cells = <0>;
|
|
|
|
+ compatible = "fsl,gianfar-mdio";
|
|
|
|
+ reg = <24520 20>;
|
|
|
|
+
|
|
phy0: ethernet-phy@0 {
|
|
phy0: ethernet-phy@0 {
|
|
interrupt-parent = <&mpic>;
|
|
interrupt-parent = <&mpic>;
|
|
interrupts = <5 1>;
|
|
interrupts = <5 1>;
|
|
@@ -94,36 +94,24 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
- ethernet@24000 {
|
|
|
|
|
|
+ enet0: ethernet@24000 {
|
|
|
|
+ cell-index = <0>;
|
|
device_type = "network";
|
|
device_type = "network";
|
|
model = "TSEC";
|
|
model = "TSEC";
|
|
compatible = "gianfar";
|
|
compatible = "gianfar";
|
|
reg = <24000 1000>;
|
|
reg = <24000 1000>;
|
|
- /*
|
|
|
|
- * address is deprecated and will be removed
|
|
|
|
- * in 2.6.25. Only recent versions of
|
|
|
|
- * U-Boot support local-mac-address, however.
|
|
|
|
- */
|
|
|
|
- address = [ 00 00 00 00 00 00 ];
|
|
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
interrupts = <1d 2 1e 2 22 2>;
|
|
interrupts = <1d 2 1e 2 22 2>;
|
|
interrupt-parent = <&mpic>;
|
|
interrupt-parent = <&mpic>;
|
|
phy-handle = <&phy0>;
|
|
phy-handle = <&phy0>;
|
|
};
|
|
};
|
|
|
|
|
|
- ethernet@25000 {
|
|
|
|
- #address-cells = <1>;
|
|
|
|
- #size-cells = <0>;
|
|
|
|
|
|
+ enet1: ethernet@25000 {
|
|
|
|
+ cell-index = <1>;
|
|
device_type = "network";
|
|
device_type = "network";
|
|
model = "TSEC";
|
|
model = "TSEC";
|
|
compatible = "gianfar";
|
|
compatible = "gianfar";
|
|
reg = <25000 1000>;
|
|
reg = <25000 1000>;
|
|
- /*
|
|
|
|
- * address is deprecated and will be removed
|
|
|
|
- * in 2.6.25. Only recent versions of
|
|
|
|
- * U-Boot support local-mac-address, however.
|
|
|
|
- */
|
|
|
|
- address = [ 00 00 00 00 00 00 ];
|
|
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
interrupts = <23 2 24 2 28 2>;
|
|
interrupts = <23 2 24 2 28 2>;
|
|
interrupt-parent = <&mpic>;
|
|
interrupt-parent = <&mpic>;
|
|
@@ -198,17 +186,11 @@
|
|
interrupt-parent = <&cpmpic>;
|
|
interrupt-parent = <&cpmpic>;
|
|
};
|
|
};
|
|
|
|
|
|
- ethernet@91320 {
|
|
|
|
|
|
+ enet2: ethernet@91320 {
|
|
device_type = "network";
|
|
device_type = "network";
|
|
compatible = "fsl,mpc8560-fcc-enet",
|
|
compatible = "fsl,mpc8560-fcc-enet",
|
|
"fsl,cpm2-fcc-enet";
|
|
"fsl,cpm2-fcc-enet";
|
|
reg = <91320 20 88500 100 913b0 1>;
|
|
reg = <91320 20 88500 100 913b0 1>;
|
|
- /*
|
|
|
|
- * mac-address is deprecated and will be removed
|
|
|
|
- * in 2.6.25. Only recent versions of
|
|
|
|
- * U-Boot support local-mac-address, however.
|
|
|
|
- */
|
|
|
|
- mac-address = [ 00 00 00 00 00 00 ];
|
|
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
fsl,cpm-command = <16200300>;
|
|
fsl,cpm-command = <16200300>;
|
|
interrupts = <21 8>;
|
|
interrupts = <21 8>;
|
|
@@ -216,17 +198,11 @@
|
|
phy-handle = <&phy2>;
|
|
phy-handle = <&phy2>;
|
|
};
|
|
};
|
|
|
|
|
|
- ethernet@91340 {
|
|
|
|
|
|
+ enet3: ethernet@91340 {
|
|
device_type = "network";
|
|
device_type = "network";
|
|
compatible = "fsl,mpc8560-fcc-enet",
|
|
compatible = "fsl,mpc8560-fcc-enet",
|
|
"fsl,cpm2-fcc-enet";
|
|
"fsl,cpm2-fcc-enet";
|
|
reg = <91340 20 88600 100 913d0 1>;
|
|
reg = <91340 20 88600 100 913d0 1>;
|
|
- /*
|
|
|
|
- * mac-address is deprecated and will be removed
|
|
|
|
- * in 2.6.25. Only recent versions of
|
|
|
|
- * U-Boot support local-mac-address, however.
|
|
|
|
- */
|
|
|
|
- mac-address = [ 00 00 00 00 00 00 ];
|
|
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
fsl,cpm-command = <1a400300>;
|
|
fsl,cpm-command = <1a400300>;
|
|
interrupts = <22 8>;
|
|
interrupts = <22 8>;
|