arm64: dts: renesas: rzv2mevk2: Enable ethernet

Enable Ethernet interface on RZ/V2M EVK.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20220520100736.15182-1-phil.edworthy@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Phil Edworthy
2022-05-20 11:07:36 +01:00
committed by Geert Uytterhoeven
parent 4872ca1f92
commit dc24257124

View File

@@ -14,6 +14,7 @@ / {
aliases {
serial0 = &uart0;
ethernet0 = &avb;
};
chosen {
@@ -35,6 +36,19 @@ memory@180000000 {
};
};
&avb {
renesas,no-ether-link;
phy-handle = <&phy0>;
phy-mode = "gmii";
status = "okay";
phy0: ethernet-phy@0 {
compatible = "ethernet-phy-id001c.c916",
"ethernet-phy-ieee802.3-c22";
reg = <0>;
};
};
&extal_clk {
clock-frequency = <48000000>;
};