mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user