Other Parts Discussed in Thread: SIGCONARCHITECT
Hi there:
I'd like to check the code of configuration for our customer for 10Gbps application.
Besides the Reg_0x2F need to set as [00] or [10], what suggestion need to modify about their register set-up?
===
ch0 :sfp to LX2160 (module-to-host) Ingress
i2c md 0x1b 0xf1 1
i2c mw 0x1b 0xfc 0x01 //Channel 0
i2c mw 0x1b 0x00 0x04
i2c mw 0x1b 0x0a 0x0c
i2c mw 0x1b 0x2f 0x00
i2c mw 0x1b 0x31 0x40
i2c mw 0x1b 0x1e 0x20
i2c mw 0x1b 0x3d 0x80
i2c mw 0x1b 0x3d 0x00
i2c mw 0x1b 0x3F 0x40
i2c mw 0x1b 0x3E 0x40
i2c mw 0x1b 0x3D 0x0E
i2c mw 0x1b 0x3F 0x02
i2c mw 0x1b 0x3E 0x01
i2c mw 0x1b 0x0A 0x00
ch1 :LX2160 to SFP (host-to-module) Egress
i2c md 0x1b 0xf1
i2c mw 0x1b 0xfc 0x02 //Channel 1
i2c mw 0x1b 0x00 0x04
i2c mw 0x1b 0x0a 0x0c
i2c mw 0x1b 0x2f 0x50
i2c mw 0x1b 0x31 0x20
i2c mw 0x1b 0x1e 0x08
i2c mw 0x1b 0x3d 0x80
i2c mw 0x1b 0x3d 0x00
i2c mw 0x1b 0x3F 0x40
i2c mw 0x1b 0x3E 0x40
i2c mw 0x1b 0x3D 0x0E
i2c mw 0x1b 0x3F 0x02
i2c mw 0x1b 0x3E 0x01
i2c mw 0x1b 0x0A 0x00
===