Apalis iMX8QM External RGMII interface issue

Hi Jaski,

thanks for your reply, i have just tried add aliases as below in the file “imx8qm-apalis-eval.dtsi”, but after deploying, it persists exactly the same error as above.

#include <dt-bindings/pwm/pwm.h>

/ {
        aliases {
                ethernet0 = &fec1;
                ethernet1 = &fec2;
                rtc0 = &rtc_i2c;
                rtc1 = &rtc;
        };

        reg_usb_host_vbus: regulator-usb-host-vbus {
                regulator-name = "VCC USBH2(ABCD) / USBH(3|4)";
        };
};