On Tue, Feb 26, 2019 at 03:37:43PM -0800, tristram...@microchip.com wrote: > + port@3 { > + reg = <3>; > + label = "lan4"; > + }; > + port@4 { > + reg = <6>;
Hi Tristram The number after the @ must be the same as the register. So this needs to be port@6. Andrew > + label = "cpu"; > + ethernet = <ð0>; > + fixed-link { > + speed = <1000>; > + full-duplex; > + }; > + }; > + }; > + }; > }; > -- > 1.9.1 >