I tried:

	aqr114c: ethernet-phy@8 {
		compatible = "ethernet-phy-id31c3.1c22",
				"ethernet-phy-ieee802.3-c45";
		reg = <8>;
		reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
		firmware-name = "marvell/AQR-G4_v5.6.5-AQR_WNC_SAQA-L2_GT_ID45287_VER24005.cld";
		nvmem-cells = <&aqr_fw>;
		nvmem-cell-names = "firmware";
	};

and

	aqr114c: ethernet-phy@8 {
		compatible = "ethernet-phy-id0000.0000",
				"ethernet-phy-ieee802.3-c45";
		reg = <8>;
		reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
		firmware-name = "marvell/AQR-G4_v5.6.5-AQR_WNC_SAQA-L2_GT_ID45287_VER24005.cld";
		nvmem-cells = <&aqr_fw>;
		nvmem-cell-names = "firmware";
	};

but no luck.

Do you remember what caused the error for QCN9074 in the case of AX9000: OpenWrt support for Xiaomi AX9000 - #262 by robimarko ?