All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/7] dt: Introduce the FMan 10 Gb/s MDIO binding
@ 2014-07-16 20:17 Shruti Kanetkar
  2014-07-16 20:17 ` [PATCH v2 2/7] net/fsl_pq_mdio: Document supported compatibles Shruti Kanetkar
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Shruti Kanetkar @ 2014-07-16 20:17 UTC (permalink / raw)
  To: scottwood; +Cc: Shruti Kanetkar, linuxppc-dev

This document covers FManv2 and FManv3 mEMAC MDIO

Signed-off-by: Shruti Kanetkar <Shruti@Freescale.com>
---
 .../devicetree/bindings/net/fsl-xgmac-phy.txt      | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/fsl-xgmac-phy.txt

diff --git a/Documentation/devicetree/bindings/net/fsl-xgmac-phy.txt b/Documentation/devicetree/bindings/net/fsl-xgmac-phy.txt
new file mode 100644
index 0000000..2f2d56d
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/fsl-xgmac-phy.txt
@@ -0,0 +1,29 @@
+*MDIO IO device
+
+The MDIO is a bus to which the PHY devices are connected. For each
+device that exists on this bus, a child node should be created.
+
+Required properties:
+	- compatible: Currently supported strings/devices are:
+			- "fsl,fman-xmdio" (Must be used for 10 Gb/s MDIO from FMan v2.
+			  Can be used for 1/10 Gb/s MDIO from FMan v3)
+			- "fsl,fman-memac-mdio" (Must be used for 1/10 Gb/s MDIO from
+			  FMan v3)
+	- reg
+
+	Example for FMan v2:
+		mdio@f1000 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			compatible = "fsl,fman-xmdio";
+			reg = <0xf1000 0x1000>;
+		};
+
+	Example for FMan v3:
+
+		mdio@f1000 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
+			reg = <0xf1000 0x1000>;
+		}
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2014-08-13  8:59 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-16 20:17 [PATCH v2 1/7] dt: Introduce the FMan 10 Gb/s MDIO binding Shruti Kanetkar
2014-07-16 20:17 ` [PATCH v2 2/7] net/fsl_pq_mdio: Document supported compatibles Shruti Kanetkar
2014-07-16 20:17 ` [PATCH v2 3/7] powerpc/corenet: Create the dts components for the DPAA FMan Shruti Kanetkar
2014-07-21 22:13   ` Scott Wood
2014-07-16 20:17 ` [PATCH v2 4/7] powerpc/corenet: Add DPAA FMan support to the SoC device tree(s) Shruti Kanetkar
2014-07-16 20:17 ` [PATCH v2 5/7] powerpc/corenet: Add MDIO bus muxing support to the board " Shruti Kanetkar
2014-07-21 22:45   ` Scott Wood
2014-07-28  6:51     ` Emil Medve
2014-07-29 19:58       ` Scott Wood
2014-07-30 21:52         ` Emil Medve
2014-07-31  2:30           ` Scott Wood
2014-07-31  4:35             ` Emil Medve
2014-07-31  5:28               ` Scott Wood
2014-07-31  5:48                 ` Emil Medve
2014-07-31 18:30                   ` Scott Wood
2014-07-31 18:49                     ` Emil Medve
2014-08-13  8:44                     ` Shaohui Xie
2014-07-16 20:17 ` [PATCH v2 6/7] powerpc/corenet: Enable muxing MDIO buses via GPIO Shruti Kanetkar
2014-07-16 20:17 ` [PATCH v2 7/7] powerpc/corenet: Enable muxing MDIO buses via FPGA Shruti Kanetkar
2014-07-25  3:11 ` [PATCH v2 1/7] dt: Introduce the FMan 10 Gb/s MDIO binding Shaohui Xie
2014-07-25 19:54   ` Scott Wood
2014-07-26  8:17     ` Emil Medve
2014-07-25 20:00   ` Emil Medve

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.