Commit dc242571 authored by Phil Edworthy's avatar Phil Edworthy Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: rzv2mevk2: Enable ethernet

parent 4872ca1f
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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>;
};