Hi,
Iam working on custom card based on LS1046a Processor. We have connected two identical SFP+ connection(XFI1 Retimer with SFP cage) to Lane 0 and Lane 1 SERDES1 Module . (RCW value = 0x1133)
We are using LS1046ardb Kit device tree for linux booting. We modified the fsl-ls1046a-rdb.dts by following
ethernet@f0000 { /* 10GEC1 */
fixed-link = <1 1 1000 0 0>;
phy-connection-type = "xgmii";
};
and removed this
aqr106_phy: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c45";
interrupts = <0 131 4>;
reg = <0x0>;
};
We also modified the fsl-ls1046a-rdb-sdk.dts file with
ethernet@8 {
compatible = "fsl,dpa-ethernet";
fsl,fman-mac = <&enet6>;
dma-coherent;
};
But linux is detecting fm1-mac10 as SFP+ connected to Lane0 of serdes module. I am able to ping to this.
There is no signal /frame on SFP+ connected to Lane1 of serdes module.
Both of SFP+ modules are similar to each other and similar to LS1046ARDB Kit.
Kindly Help.