Re: [PATCH v2 1/2] dt-bindings: ethernet: eswin: Document for EIC7700 SoC
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-05-28 13:34:23
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-05-28 13:34:23
Also in:
linux-arm-kernel, linux-devicetree, lkml
+examples:
+ - |
+ gmac0: ethernet@50400000 {
+ compatible = "eswin,eic7700-qos-eth", "snps,dwmac";
+ reg = <0x0 0x50400000 0x0 0x10000>;
+ interrupt-parent = <&plic>;
+ interrupt-names = "macirq";
+ interrupts = <61>;
+ phy-mode = "rgmii-txid";Does the PCB has extra long clock lines in one direction? That is very odd. https://github.com/torvalds/linux/commit/157ce8f381efe264933e9366db828d845bade3a1 Andrew