Orin MGBE XFI port connect to switch BCM89586

hi all:
we designed a board.In our board, the MGBE UPHY6 port is directly connnct to switch BCM89586M with 10Gbe speed.it has some error. the 156.25M crystal oscillator works normally.

here is our dts file:
ethernet@6810000 {
compatible = “nvidia,nvmgbe”;
status = “okay”;
nvidia,disable-aspm-states = <0x0>;
nvidia,uphy-gbe-mode = <1>;
nvidia,phy-iface-mode = <0>;
nvidia,mac-addr-idx = <0>;
nvidia,pause_frames = <0>;
phy-mode = “10gbase-r”;
nvidia,max-platform-mtu = <16383>;
fixed-link {
speed = <10000>;
full-duplex;
};

here is the result of “sudo dmesg” | grep 681

[ 15.244409] nvethernet ethernet@6810000: failed to get number of DMA channels (-22)
[ 15.252304] nvethernet ethernet@6810000: Setting number of channels to one
[ 15.259389] nvethernet ethernet@6810000: failed to get number of MTL queueus (-22)
[ 15.267177] nvethernet ethernet@6810000: Setting number of queues to one
[ 15.274077] nvethernet ethernet@6810000: failed to read skip mac reset flag, default 0
[ 15.282242] nvethernet ethernet@6810000: failed to read MDIO address
[ 15.288793] nvethernet ethernet@6810000: setting default PTP clk rate as 312.5MHz
[ 15.296501] nvethernet ethernet@6810000: setting default promiscuous mode supported
[ 15.304393] nvethernet ethernet@6810000: Failed to read nvida,pause_frames, so setting to default support as disable
[ 15.315230] nvethernet ethernet@6810000: setting to default DMA bit mask
[ 15.322135] nvethernet ethernet@6810000: failed to read MTL Queue numbers
[ 15.329129] nvethernet ethernet@6810000: setting default MTL queue: 0
[ 15.335768] nvethernet ethernet@6810000: set default TXQ to TC mapping
[ 15.342477] nvethernet ethernet@6810000: Setting default PTP RX queue
[ 15.349117] nvethernet ethernet@6810000: failed to read DMA channel numbers
[ 15.356276] nvethernet ethernet@6810000: setting default DMA channel: 0
[ 15.363081] nvethernet ethernet@6810000: failed to read rxq enable ctrl
[ 15.369888] nvethernet ethernet@6810000: failed to parse DT
[ 15.375641] nvethernet: probe of ethernet@6810000 failed with error -22

please check the nvethernet driver and see which one is leading to parsing error.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.