Got dpa_app working
This commit is contained in:
@@ -263,22 +263,23 @@
|
||||
* ethernet@8 = enet6 = MAC9 (10G)
|
||||
*/
|
||||
|
||||
ethernet@8 {
|
||||
compatible = "fsl,dpa-ethernet-init";
|
||||
fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
|
||||
fsl,qman-frame-queues-rx = <0x5c 1 0x5d 1>;
|
||||
fsl,qman-frame-queues-tx = <0x7c 1 0x7d 1>;
|
||||
};
|
||||
ethernet@8 {
|
||||
compatible = "fsl,dpa-ethernet";
|
||||
/delete-property/ fsl,bman-buffer-pools;
|
||||
/delete-property/ fsl,qman-frame-queues-rx;
|
||||
/delete-property/ fsl,qman-frame-queues-tx;
|
||||
dma-coherent;
|
||||
};
|
||||
|
||||
/* Add MAC10 - not in qoriq-dpaa-eth.dtsi */
|
||||
ethernet@9 {
|
||||
compatible = "fsl,dpa-ethernet-init";
|
||||
fsl,fman-mac = <&enet7>;
|
||||
fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
|
||||
fsl,qman-frame-queues-rx = <0x5e 1 0x5f 1>;
|
||||
fsl,qman-frame-queues-tx = <0x7e 1 0x7f 1>;
|
||||
dma-coherent;
|
||||
};
|
||||
ethernet@9 {
|
||||
compatible = "fsl,dpa-ethernet";
|
||||
fsl,fman-mac = <&enet7>;
|
||||
/delete-property/ fsl,bman-buffer-pools;
|
||||
/delete-property/ fsl,qman-frame-queues-rx;
|
||||
/delete-property/ fsl,qman-frame-queues-tx;
|
||||
dma-coherent;
|
||||
};
|
||||
};
|
||||
|
||||
&fman0 {
|
||||
@@ -336,12 +337,14 @@
|
||||
};
|
||||
|
||||
ethernet@f0000 {
|
||||
status = "okay";
|
||||
/delete-property/ managed;
|
||||
fixed-link = <0 1 10000 0 0>;
|
||||
phy-connection-type = "xgmii";
|
||||
};
|
||||
|
||||
ethernet@f2000 {
|
||||
status = "okay";
|
||||
/delete-property/ managed;
|
||||
fixed-link = <0 1 10000 0 0>;
|
||||
phy-connection-type = "xgmii";
|
||||
|
||||
@@ -500,14 +500,14 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
fm1_mac9: ethernet@f0000 { /* 10GEC1 */
|
||||
fm0_mac9: ethernet@f0000 { /* 10GEC1 */
|
||||
sfp = <&sfp_xfi0>;
|
||||
phy-connection-type = "10gbase-r";
|
||||
managed = "in-band-status";
|
||||
pcs-handle-names = "xfi"; /* Match enet7 for consistency */
|
||||
};
|
||||
|
||||
fm1_mac10: ethernet@f2000 { /* 10GEC2 */
|
||||
fm0_mac10: ethernet@f2000 { /* 10GEC2 */
|
||||
sfp = <&sfp_xfi1>;
|
||||
phy-connection-type = "10gbase-r";
|
||||
managed = "in-band-status";
|
||||
|
||||
Reference in New Issue
Block a user