Commit 7fd195f0 authored by Leonard Göhrs's avatar Leonard Göhrs Committed by Alexandre Torgue

ARM: dts: stm32: lxa-tac: reduce RGMII interface drive strength

This results in an improvement of EMI performance by reducing the
125MHz emission and its harmonics caused by the RGMII clock line.
Signed-off-by: default avatarLeonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent bda732fd
...@@ -471,6 +471,10 @@ switch: switch@0 { ...@@ -471,6 +471,10 @@ switch: switch@0 {
interrupt-parent = <&gpioa>; interrupt-parent = <&gpioa>;
interrupts = <6 IRQ_TYPE_EDGE_RISING>; interrupts = <6 IRQ_TYPE_EDGE_RISING>;
/* Reduce RGMII EMI emissions by reducing drive strength */
microchip,hi-drive-strength-microamp = <2000>;
microchip,lo-drive-strength-microamp = <8000>;
ports { ports {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment