mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rk3229-evb: Enable the integrated PHY for gmac
This patch enables the integrated PHY for rk3229 evb board by default. To use the external 1000M PHY on evb board, need to make some switch of evb board to be on. Change-Id: I31f2ca6293eeac8a70aca20160f325abdf7509b6 Signed-off-by: Xiao Ya peng <yp.xiao@rock-chips.com>
This commit is contained in:
@@ -236,8 +236,22 @@
|
||||
clock_in_out = "output";
|
||||
phy-supply = <&vcc_phy>;
|
||||
phy-mode = "rmii";
|
||||
phy-is-integrated;
|
||||
phy-handle = <&phy>;
|
||||
status = "okay";
|
||||
|
||||
mdio {
|
||||
compatible = "snps,dwmac-mdio";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
phy: phy@0 {
|
||||
compatible = "ethernet-phy-id1234.d400", "ethernet-phy-ieee802.3-c22";
|
||||
reg = <0>;
|
||||
clocks = <&cru SCLK_MAC_PHY>;
|
||||
resets = <&cru SRST_MACPHY>;
|
||||
phy-is-integrated;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&gpu {
|
||||
|
||||
Reference in New Issue
Block a user