[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250812094634.489901-4-wei.fang@nxp.com>
Date: Tue, 12 Aug 2025 17:46:22 +0800
From: Wei Fang <wei.fang@....com>
To: robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
richardcochran@...il.com,
claudiu.manoil@....com,
vladimir.oltean@....com,
xiaoning.wang@....com,
andrew+netdev@...n.ch,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
vadim.fedorenko@...ux.dev,
Frank.Li@....com,
shawnguo@...nel.org,
s.hauer@...gutronix.de,
festevam@...il.com
Cc: fushi.peng@....com,
devicetree@...r.kernel.org,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
imx@...ts.linux.dev,
kernel@...gutronix.de
Subject: [PATCH v3 net-next 03/15] dt-bindings: net: add an example for ENETC v4
Add a DT node example for ENETC v4 device.
Signed-off-by: Wei Fang <wei.fang@....com>
---
v2 changes:
new patch
v3 changes:
1. Rename the subject
2. Remove nxp,netc-timer property and use ptp-timer in the example
---
.../devicetree/bindings/net/fsl,enetc.yaml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/fsl,enetc.yaml b/Documentation/devicetree/bindings/net/fsl,enetc.yaml
index ca70f0050171..a545b54c9e5d 100644
--- a/Documentation/devicetree/bindings/net/fsl,enetc.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,enetc.yaml
@@ -86,3 +86,18 @@ examples:
};
};
};
+ - |
+ pcie {
+ #address-cells = <3>;
+ #size-cells = <2>;
+
+ ethernet@0,0 {
+ compatible = "pci1131,e101";
+ reg = <0x000000 0 0 0 0>;
+ clocks = <&scmi_clk 102>;
+ clock-names = "ref";
+ phy-handle = <ðphy0>;
+ phy-mode = "rgmii-id";
+ ptp-timer = <&netc_timer>;
+ };
+ };
--
2.34.1
Powered by blists - more mailing lists