Browse Source

Merge branch 'CR_5042_gmac_phy_delay_ds_samin.guo' into 'vf2-devel'

CR5042: riscv: dts: starfive: vf2: add  Pad Drive Strength Cfg

See merge request sbc/u-boot!49
andy.hu 1 year ago
parent
commit
948acb2983
1 changed files with 9 additions and 1 deletions
  1. 9 1
      arch/riscv/dts/starfive_visionfive2.dts

+ 9 - 1
arch/riscv/dts/starfive_visionfive2.dts

@@ -314,7 +314,11 @@
 	#address-cells = <1>;
 	#size-cells = <0>;
 	phy0: ethernet-phy@0 {
-		rxc_dly_en = <1>;
+		rgmii_sw_dr_2 = <0x0>;
+		rgmii_sw_dr = <0x3>;
+		rgmii_sw_dr_rxc = <0x6>;
+		rxc_dly_en = <0>;
+		rx_delay_sel = <0xa>;
 		tx_delay_sel_fe = <5>;
 		tx_delay_sel = <0xa>;
 		tx_inverted_10 = <0x1>;
@@ -328,9 +332,13 @@
 	#address-cells = <1>;
 	#size-cells = <0>;
 	phy1: ethernet-phy@1 {
+		rgmii_sw_dr_2 = <0x0>;
+		rgmii_sw_dr = <0x3>;
+		rgmii_sw_dr_rxc = <0x6>;
 		tx_delay_sel_fe = <5>;
 		tx_delay_sel = <0>;
 		rxc_dly_en = <0>;
+		rx_delay_sel = <0x2>;
 		tx_inverted_10 = <0x1>;
 		tx_inverted_100 = <0x1>;
 		tx_inverted_1000 = <0x0>;