> +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