Re: [PATCH v4 2/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support
From: Andrew Lunn
Date: Mon Jun 09 2025 - 08:16:47 EST
> + - |
> + #include <dt-bindings/reset/qcom,gcc-ipq5018.h>
> +
> + mdio {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + /* add alias to set qcom,dac-preset-short-cable on boards that need it */
> + ge_phy: ethernet-phy@7 {
> + compatible = "ethernet-phy-id004d.d0c0";
> + reg = <7>;
> +
> + resets = <&gcc GCC_GEPHY_MISC_ARES>;
What do you mean by 'alias' here?
Andrew