> + phy1_eth1: ethernet-phy at 4 {
> + compatible = "ethernet-phy-id001c.c916";
> + reset-gpios = <&gpioj 9 GPIO_ACTIVE_LOW>;
> + reset-assert-us = <10000>;
> + reset-deassert-us = <80000>;
> + reg = <4>;
The DT coding style would suggest reg comes after compatible.
Andrew