> - $ref: ethernet-phy.yaml# > > properties: > + compatible: > + enum: > + - ethernet-phy-id0000.8201 I'm not sure that one should be listed. It is not an official ID, since it does not have an OUI. In fact, this is one of the rare cases where actually listing a compatible in DT makes sense, because you can override the broken hardware and give a correct ID in realtek address space. Andrew