arm64: dts: rockchip: rv1126b-iotest-v10: Add ethernet support

Change-Id: I5e14d45955bc368d60cbc134e08c546a504b6895
Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
David Wu
2025-03-24 21:37:32 +08:00
committed by Tao Huang
parent ee935060ae
commit 2a02134a59

View File

@@ -117,6 +117,24 @@
status = "okay";
};
&gmac {
phy-mode = "rmii";
clock_in_out = "input";
phy-handle = <&rmii_phy>;
status = "okay";
};
&mdio {
rmii_phy: ethernet-phy@2 {
compatible = "ethernet-phy-id0680.8101", "ethernet-phy-ieee802.3-c22";
reg = <2>;
clocks = <&cru CLK_MACPHY>;
clock-frequency = <24000000>;
resets = <&cru SRST_RESETN_MACPHY>;
phy-is-integrated;
};
};
&rknpu {
rknpu-supply = <&vdd_npu>;
};