Successfully build based on ASK and run k8s, cdx pending
This commit is contained in:
@@ -347,22 +347,6 @@
|
||||
phy-connection-type = "xgmii";
|
||||
};
|
||||
|
||||
/* DPA Offline port bindings - required for CDX.
|
||||
* Use phandles fman0_oh_0x3 (port@83000) and fman0_oh_0x4 (port@84000).
|
||||
* Cell-index overridden to SDK-style (1 and 2) in port nodes above.
|
||||
*/
|
||||
dpa-fman0-oh@2 {
|
||||
compatible = "fsl,dpa-oh";
|
||||
fsl,qman-frame-queues-oh = <0x60 0x01 0x61 0x01>;
|
||||
fsl,fman-oh-port = <&fman0_oh_0x3>;
|
||||
};
|
||||
|
||||
dpa-fman0-oh@3 {
|
||||
compatible = "fsl,dpa-oh";
|
||||
fsl,qman-frame-queues-oh = <0x62 0x01 0x63 0x01>;
|
||||
fsl,fman-oh-port = <&fman0_oh_0x4>;
|
||||
};
|
||||
|
||||
/* Override OH port cell-index values for SDK driver compatibility.
|
||||
* SDK driver expects cell-index 0 for HC (Host Command/PCD) port.
|
||||
* Mainline qoriq-fman3-0.dtsi uses cell-index 2-7, but SDK needs 0-5.
|
||||
@@ -373,8 +357,8 @@
|
||||
};
|
||||
|
||||
port@83000 {
|
||||
cell-index = <1>;
|
||||
compatible = "fsl,fman-port-oh";
|
||||
cell-index = <1>;
|
||||
};
|
||||
|
||||
port@84000 {
|
||||
@@ -568,4 +552,18 @@
|
||||
|
||||
&fsldpaa {
|
||||
dma-coherent;
|
||||
/* CDX / DPA IPsec offline port */
|
||||
dpa-fman0-oh@2 {
|
||||
compatible = "fsl,dpa-oh";
|
||||
fsl,qman-frame-queues-oh = <0x60 0x01 0x61 0x01>;
|
||||
fsl,fman-oh-port = <&fman0_oh_0x3>;
|
||||
dma-coherent;
|
||||
};
|
||||
/* CDX / VWD WiFi offline port; optional */
|
||||
dpa-fman0-oh@3 {
|
||||
compatible = "fsl,dpa-oh";
|
||||
fsl,qman-frame-queues-oh = <0x62 0x01 0x63 0x01>;
|
||||
fsl,fman-oh-port = <&fman0_oh_0x4>;
|
||||
dma-coherent;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user