mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
riscv: dts: starfive: vf2: add Pad Drive Strength Cfg
Increase the drive strength of rx_clk to increase the delay available window. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
This commit is contained in:
parent
f25e05654f
commit
798fa99abc
1 changed files with 6 additions and 0 deletions
|
@ -314,6 +314,9 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
phy0: ethernet-phy@0 {
|
||||
rgmii_sw_dr_2 = <0x0>;
|
||||
rgmii_sw_dr = <0x3>;
|
||||
rgmii_sw_dr_rxc = <0x6>;
|
||||
rxc_dly_en = <1>;
|
||||
tx_delay_sel_fe = <5>;
|
||||
tx_delay_sel = <0xa>;
|
||||
|
@ -328,6 +331,9 @@
|
|||
#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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue