In many cases, there is no chip model desctiption such as compatible="cvitek,ethernet".
I think this might be problem for future CVITEK's device.
I suggest adding SoC name like compatible="cvitek,cv180x-ethernet", otherwise compatible="cvitek,cv180x-ethernet\0cvitek,ethernet" for code compatibility.
In many cases, there is no chip model desctiption such as
compatible="cvitek,ethernet"
. I think this might be problem for future CVITEK's device.I suggest adding SoC name like
compatible="cvitek,cv180x-ethernet"
, otherwisecompatible="cvitek,cv180x-ethernet\0cvitek,ethernet"
for code compatibility.