Skip to content

Commit dbcfb77

Browse files
juickarcfriedt
authored andcommitted
boards: stm32: stm32n6570_dk: Reduce the Tx clock signal skew
Reduce the Tx clock signal skew to 1ns as it caused around 30% packet loss during ping on some boards. Signed-off-by: Julien Racki <julien.racki-ext@st.com>
1 parent bb006dc commit dbcfb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ zephyr_udc0: &usbotg_hs1 {
445445
*/
446446
&eth1_rgmii_gtx_clk_pf0 {
447447
st,io-delay-path = "output";
448-
st,io-delay-ps = <2000>;
448+
st,io-delay-ps = <1000>;
449449
};
450450

451451
&mac {

0 commit comments

Comments
 (0)