public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Mathieu Olivari <mathieu@codeaurora•org>
To: robh+dt@kernel•org, pawel.moll@arm•com, mark.rutland@arm•com,
	ijc+devicetree@hellion•org.uk, galak@codeaurora•org,
	mturquette@linaro•org, sboyd@codeaurora•org,
	peppe.cavallaro@st•com, mathieu@codeaurora•org,
	agross@codeaurora•org, joshc@codeaurora•org,
	architt@codeaurora•org, georgi.djakov@linaro•org,
	wsa@the-dreams•de, rnayak@codeaurora•org, davem@davemloft•net,
	vbridger@opensource•altera.com
Cc: devicetree@vger•kernel.org, linux-kernel@vger•kernel.org,
	linux-clk@vger•kernel.org, netdev@vger•kernel.org
Subject: [PATCH 5/5] net: stmmac: ipq806x: document device tree bindings
Date: Tue, 26 May 2015 12:27:17 -0700	[thread overview]
Message-ID: <1432668437-27763-6-git-send-email-mathieu@codeaurora.org> (raw)
In-Reply-To: <1432668437-27763-1-git-send-email-mathieu@codeaurora.org>

Add the device tree bindings documentation for the QCA IPQ806x
variant of the Synopsys DesignWare MAC.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora•org>
---
 .../devicetree/bindings/net/ipq806x-dwmac.txt      | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/ipq806x-dwmac.txt

diff --git a/Documentation/devicetree/bindings/net/ipq806x-dwmac.txt b/Documentation/devicetree/bindings/net/ipq806x-dwmac.txt
new file mode 100644
index 0000000..6d7ab4e
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/ipq806x-dwmac.txt
@@ -0,0 +1,35 @@
+* IPQ806x DWMAC Ethernet controller
+
+The device inherits all the properties of the dwmac/stmmac devices
+described in the file net/stmmac.txt with the following changes.
+
+Required properties:
+
+- compatible: should be "qcom,ipq806x-gmac" along with "snps,dwmac"
+	      and any applicable more detailed version number
+	      described in net/stmmac.txt
+
+- qcom,nss-common: should contain a phandle to a syscon device mapping the
+		   nss-common registers.
+
+- qcom,qsgmii-csr: should contain a phandle to a syscon device mapping the
+		   qsgmii-csr registers.
+
+Example:
+
+	gmac: ethernet@37000000 {
+		device_type = "network";
+		compatible = "qcom,ipq806x-gmac";
+		reg = <0x37000000 0x200000>;
+		interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
+		interrupt-names = "macirq";
+
+		qcom,nss-common = <&nss_common>;
+		qcom,qsgmii-csr = <&qsgmii_csr>;
+
+		clocks = <&gcc GMAC_CORE1_CLK>;
+		clock-names = "stmmaceth";
+
+		resets = <&gcc GMAC_CORE1_RESET>;
+		reset-names = "stmmaceth";
+	};
-- 
2.1.4

      parent reply	other threads:[~2015-05-26 19:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-26 19:27 [PATCH 0/5] Add support for QCA IPQ806x Ethernet GMAC controller Mathieu Olivari
2015-05-26 19:27 ` [PATCH 2/5] stmmac: add phy-handle support to the platform layer Mathieu Olivari
2015-05-26 19:27 ` [PATCH 3/5] stmmac: add fixed-link device-tree support Mathieu Olivari
     [not found] ` <1432668437-27763-1-git-send-email-mathieu-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-05-26 19:27   ` [PATCH 1/5] clk: qcom: Add support for NSS/GMAC clocks and resets Mathieu Olivari
2015-05-26 19:27   ` [PATCH 4/5] stmmac: add ipq806x glue layer Mathieu Olivari
2015-05-27  7:03     ` Paul Bolle
2015-05-27 16:10       ` Mathieu Olivari
2015-05-26 19:27 ` Mathieu Olivari [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432668437-27763-6-git-send-email-mathieu@codeaurora.org \
    --to=mathieu@codeaurora$(echo .)org \
    --cc=agross@codeaurora$(echo .)org \
    --cc=architt@codeaurora$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=galak@codeaurora$(echo .)org \
    --cc=georgi.djakov@linaro$(echo .)org \
    --cc=ijc+devicetree@hellion$(echo .)org.uk \
    --cc=joshc@codeaurora$(echo .)org \
    --cc=linux-clk@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=mark.rutland@arm$(echo .)com \
    --cc=mturquette@linaro$(echo .)org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pawel.moll@arm$(echo .)com \
    --cc=peppe.cavallaro@st$(echo .)com \
    --cc=rnayak@codeaurora$(echo .)org \
    --cc=robh+dt@kernel$(echo .)org \
    --cc=sboyd@codeaurora$(echo .)org \
    --cc=vbridger@opensource$(echo .)altera.com \
    --cc=wsa@the-dreams$(echo .)de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox