devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [v2] power/fsl: add MDIO dt binding for FMan
@ 2014-11-14  9:53 shh.xie-Re5JQEeQqe8AvxtiuMwx3w
       [not found] ` <1415958800-9867-1-git-send-email-shh.xie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 19+ messages in thread
From: shh.xie-Re5JQEeQqe8AvxtiuMwx3w @ 2014-11-14  9:53 UTC (permalink / raw)
  To: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	scottwood-KZfg59tc24xl57MIdRCFDg
  Cc: Emilian.Medve-KZfg59tc24xl57MIdRCFDg,
	Igal.Liberman-KZfg59tc24xl57MIdRCFDg, Shaohui Xie

From: Shaohui Xie <Shaohui.Xie-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

This binding is for FMan MDIO, it covers FMan v2 & FMan v3.

Signed-off-by: Shaohui Xie <Shaohui.Xie-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
---
changes in V2:
addressed comments from Scott in V1.

 .../devicetree/bindings/powerpc/fsl/fman.txt       | 69 ++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
index edeea16..1523a87 100644
--- a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
+++ b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
@@ -7,6 +7,7 @@ CONTENTS
   - FMan MURAM Node
   - FMan dTSEC/XGEC/mEMAC Node
   - FMan IEEE 1588 Node
+  - FMan MDIO Node
   - Example
 
 =============================================================================
@@ -357,6 +358,68 @@ ptp-timer@fe000 {
 };
 
 =============================================================================
+FMan MDIO Node
+
+DESCRIPTION
+
+The MDIO is a bus to which the PHY devices are connected.
+
+PROPERTIES
+
+- compatible
+		Usage: required
+		Value type: <stringlist>
+		Definition: A standard property.
+		Must include "fsl,fman-mdio" for 1 Gb/s MDIO from FMan v2.
+		Must include "fsl,fman-xmdio" for 10 Gb/s MDIO from FMan v2.
+		Must include "fsl,fman-memac-mdio" for 1/10 Gb/s MDIO from
+		FMan v3.
+
+- reg
+		Usage: required
+		Value type: <prop-encoded-array>
+		Definition: A standard property.
+
+- bus-frequency
+		Usage: optional
+		Value type: <u32>
+		Definition: Specifies external MDIO bus clock speed which is
+		different from MDIO standard 2.5MHz. Should be defined for SoCs
+		on which the standard one cannot work.
+
+- interrupts
+		Usage: optional
+		Value type: <prop-encoded-array>
+		Definition: Event interrupt of external MDIO controller.
+		1 Gb/s MDIO and 10 Gb/s MDIO has one interrupt respectively.
+
+- fsl,fman-internal-mdio
+		Usage: required for internal MDIO
+		Value type: boolean
+		Definition: Fman has internal MDIO for internal PCS(Physical
+		Coding Sublayer) PHYs and external MDIO for external PHYs.
+		The settings and programming routines for internal/external
+		MDIO are different. Must be included for internal MDIO.
+
+EXAMPLE
+
+Example for FMan v2 external MDIO:
+
+mdio@f1000 {
+	compatible = "fsl,fman-xmdio";
+	reg = <0xf1000 0x1000>;
+	bus-frequency = <20000>;
+};
+
+Example for FMan v3 internal MDIO:
+
+mdio@f1000 {
+	compatible = "fsl,fman-memac-mdio";
+	reg = <0xf1000 0x1000>;
+	fsl,fman-internal-mdio;
+};
+
+=============================================================================
 Example
 
 fman@400000 {
@@ -531,4 +594,10 @@ fman@400000 {
 		compatible = "fsl,fman-ptp-timer";
 		reg = <0xfe000 0x1000>;
 	};
+
+	mdio@f1000 {
+		compatible = "fsl,fman-xmdio";
+		reg = <0xf1000 0x1000>;
+		bus-frequency = <20000>;
+	};
 };
-- 
1.8.4.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-12-23  8:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-14  9:53 [PATCH] [v2] power/fsl: add MDIO dt binding for FMan shh.xie-Re5JQEeQqe8AvxtiuMwx3w
     [not found] ` <1415958800-9867-1-git-send-email-shh.xie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-11-20 13:00   ` Shaohui Xie
2014-11-26  1:49   ` Scott Wood
     [not found]     ` <1416966592.15957.172.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-11-26  2:10       ` Shaohui Xie
2014-12-18 12:53     ` Shaohui Xie
     [not found]       ` <DM2PR0301MB08641FB289DBA17AD59FBEA0E26A0-Cwg/PA1lyPnq20u2fDgSrZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-12-18 22:01         ` Scott Wood
     [not found]           ` <1418940078.5581.143.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-19  7:23             ` Shaohui Xie
     [not found]               ` <DM2PR0301MB0864AA31CD1A7438F476020FE26B0-Cwg/PA1lyPnq20u2fDgSrZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-12-19 23:15                 ` Scott Wood
2014-12-22  2:31                   ` Shaohui Xie
     [not found]                     ` <DM2PR0301MB086427C10254A0A749CD1326E2560-Cwg/PA1lyPnq20u2fDgSrZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-12-22  8:20                       ` Emil Medve
     [not found]                         ` <5497D466.9090804-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-22  8:32                           ` Scott Wood
     [not found]                             ` <1419237176.5581.159.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-22  8:56                               ` Shaohui Xie
2014-12-22  9:37                               ` Emil Medve
     [not found]                                 ` <5497E645.7010500-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-22  9:42                                   ` Scott Wood
     [not found]                                     ` <1419241330.5581.162.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-22 11:08                                       ` Emil Medve
     [not found]                                         ` <5497FBAB.4010206-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-22 21:25                                           ` Scott Wood
     [not found]                                             ` <1419283551.5581.172.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-23  7:35                                               ` Shaohui Xie
     [not found]                                                 ` <DM2PR0301MB08642FFDB6207DE205731547E2570-Cwg/PA1lyPnq20u2fDgSrZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-12-23  8:08                                                   ` Scott Wood
     [not found]                                                     ` <1419322085.5581.182.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-23  8:17                                                       ` Shaohui Xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).