On Thu, Aug 01, 2024 at 04:44:01PM +0300, Vladimir Oltean wrote: > ethernet-switch@N { > dsa-tag-protocol = "none"; > }; My mistake - this was supposed to be: ethernet-switch@N { ethernet-ports { /* This is the CPU port */ ethernet-port@0 { ethernet = <&conduit>; dsa-tag-protocol = "none"; }; }; };