Re: [PATCH 3/3] dt-bindings: net: Convert fsl,gianfar to YAML

From: J. Neuschäfer
Date: Fri Feb 21 2025 - 06:52:14 EST


On Thu, Feb 20, 2025 at 07:02:11PM +0100, Andrew Lunn wrote:
> > +examples:
> > + - |
> > + ethernet@24000 {
> > + device_type = "network";
> > + model = "TSEC";
> > + compatible = "gianfar";
> > + reg = <0x24000 0x1000>;
> > + local-mac-address = [ 00 E0 0C 00 73 00 ];
>
> That is a valid Motorola MAC address. It is probably not a good idea
> to use it in an example, somebody might copy it into a real .dts file.
> Typically you use 00 00 00 00 00 00 so there is an empty property the
> bootloader can fill in with a unique MAC address.
>
> Andrew

Good point, I'll change it to all-zero.


J. Neuschäfer