> + port13: port at 13 {
> + reg = <13>;
> + /* Example: CU SFP, 1G speed */
> + max-speed = <10000>;
One too many 0's for 1G.
> + /* 25G SFPs */
> + port56: port at 56 {
> + reg = <56>;
> + max-speed = <10000>;
Why limit a 25G SFP to 10G?
Andrew