From patchwork Wed Apr 12 11:13:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 749953 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3w31j254Zzz9sNQ for ; Wed, 12 Apr 2017 21:21:58 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="F/v0xA2k"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753925AbdDLLVP (ORCPT ); Wed, 12 Apr 2017 07:21:15 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:33159 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753261AbdDLLQM (ORCPT ); Wed, 12 Apr 2017 07:16:12 -0400 Received: by mail-wr0-f193.google.com with SMTP id l28so3696930wre.0; Wed, 12 Apr 2017 04:16:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=HPxt3h1H0QOQDJCn7j9A1LWQunkCRxCmD1YIRFTl05k=; b=F/v0xA2kQgDib32RIPvprbgumZuqsMhbOd9jAspb1TodXumZxuYQ9cFdq5JligLLh9 V+x7F6n51KCm/OYsVEuVW0sA+LfhRxKPvkoFYj7atOElm1Bza+mvSWxrz1qR0LETq4G5 aMdB0r5uhquFXHx+Xb6v5Yx20v9OxfN3UqpNe9K0qdc44t4yTqxCJvm52CEpcMKC79Ox komNknF4XkgECH7P3zUO/4oOYmZ0icGpQCAMpFoeB5P44j19HtLG8nPGWdjJnOgrP3HH TEsmkBj+uNrV00JGygTzL8RpABuAKd10V1VSfi4gwPi3zgnTibAhAdKqZaE2wC5z8A4x 99JA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HPxt3h1H0QOQDJCn7j9A1LWQunkCRxCmD1YIRFTl05k=; b=cQQEED0kFrC9rFFP6ePu9RnTsfUelY3WVS9Im9LW6dR/y5+V6sSoltbJcCL+PLH6Gd fuG62wD0nlxHCV/K1OQVGCUo9njU0wKk+COy//ZQmyGTe+gsaX8i4PofAOfyBR7D8zIg z2g1N0lWqQNhqlJbmeCsnIopfKdpl1O2ijdwC2UnZQjqT+p9faEVfKzCRvZNRquZwt6p ESd6c5/50DxOrSBMLOZNdQ30xBpvzcOqtNnPCKDklCPGmsrv5p8SS8k1I5dqGspAPn1f YxbXdILKje3S9vTwdwqGMATXSeoqDJkTamCLsfrDeLtH/sl7sDsVL92rXcTBpubF5vBI mYnw== X-Gm-Message-State: AN3rC/7GLLII2OiQ0QeV6dEW9wG88g0EpCLV10Xayl2jZ4P2gwzOH75yvX/SZlPhe+5tjg== X-Received: by 10.223.173.74 with SMTP id p68mr2369376wrc.137.1491995770630; Wed, 12 Apr 2017 04:16:10 -0700 (PDT) Received: from Red.local (LFbn-1-7035-57.w90-116.abo.wanadoo.fr. [90.116.208.57]) by smtp.googlemail.com with ESMTPSA id z84sm4727104wmh.27.2017.04.12.04.16.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Apr 2017 04:16:10 -0700 (PDT) From: Corentin Labbe To: robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@free-electrons.com, wens@csie.org, linux@armlinux.org.uk, catalin.marinas@arm.com, will.deacon@arm.com, peppe.cavallaro@st.com, alexandre.torgue@st.com Cc: linux-sunxi@googlegroups.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Corentin Labbe Subject: [PATCH v4 03/18] dt-bindings: net: Add DT bindings documentation for Allwinner dwmac-sun8i Date: Wed, 12 Apr 2017 13:13:45 +0200 Message-Id: <20170412111400.2296-4-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170412111400.2296-1-clabbe.montjoie@gmail.com> References: <20170412111400.2296-1-clabbe.montjoie@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch adds documentation for Device-Tree bindings for the Allwinner dwmac-sun8i driver. Signed-off-by: Corentin Labbe Acked-by: Rob Herring --- .../devicetree/bindings/net/dwmac-sun8i.txt | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/dwmac-sun8i.txt diff --git a/Documentation/devicetree/bindings/net/dwmac-sun8i.txt b/Documentation/devicetree/bindings/net/dwmac-sun8i.txt new file mode 100644 index 0000000..a0dca0c --- /dev/null +++ b/Documentation/devicetree/bindings/net/dwmac-sun8i.txt @@ -0,0 +1,77 @@ +* Allwinner sun8i GMAC ethernet controller + +This device is a platform glue layer for stmmac. +Please see stmmac.txt for the other unchanged properties. + +Required properties: +- compatible: should be one of the following string: + "allwinner,sun8i-a83t-emac" + "allwinner,sun8i-h3-emac" + "allwinner,sun50i-a64-emac" +- reg: address and length of the register for the device. +- interrupts: interrupt for the device +- interrupt-names: should be "macirq" +- clocks: A phandle to the reference clock for this device +- clock-names: should be "stmmaceth" +- resets: A phandle to the reset control for this device +- reset-names: should be "stmmaceth" +- phy-mode: See ethernet.txt +- phy-handle: See ethernet.txt +- #address-cells: shall be 1 +- #size-cells: shall be 0 +- syscon: A phandle to the syscon of the SoC with one of the following + compatible string: + - allwinner,sun8i-h3-system-controller + - allwinner,sun8i-a64-system-controller + - allwinner,sun8i-a83t-system-controller + +Optional properties: +- allwinner,tx-delay-ps: TX clock delay chain value in ps. Range value is 0-700. Default is 0) +- allwinner,rx-delay-ps: RX clock delay chain value in ps. Range value is 0-3100. Default is 0) +Both delay properties need to be a multiple of 100. + +Optional properties for "allwinner,sun8i-h3-emac": +- allwinner,leds-active-low: EPHY LEDs are active low + +Required child node of emac: +- mdio bus node: should be named mdio + +Required properties of the mdio node: +- #address-cells: shall be 1 +- #size-cells: shall be 0 + +The device node referenced by "phy" or "phy-handle" should be a child node +of the mdio node. See phy.txt for the generic PHY bindings. + +Required properties of the phy node with "allwinner,sun8i-h3-emac": +- clocks: a phandle to the reference clock for the EPHY +- resets: a phandle to the reset control for the EPHY + +Example: + +emac: ethernet@1c0b000 { + compatible = "allwinner,sun8i-h3-emac"; + syscon = <&syscon>; + reg = <0x01c0b000 0x104>; + interrupts = ; + interrupt-names = "macirq"; + resets = <&ccu RST_BUS_EMAC>; + reset-names = "stmmaceth"; + clocks = <&ccu CLK_BUS_EMAC>; + clock-names = "stmmaceth"; + #address-cells = <1>; + #size-cells = <0>; + + phy = <&int_mii_phy>; + phy-mode = "mii"; + allwinner,leds-active-low; + mdio: mdio { + #address-cells = <1>; + #size-cells = <0>; + int_mii_phy: ethernet-phy@1 { + reg = <1>; + clocks = <&ccu CLK_BUS_EPHY>; + resets = <&ccu RST_BUS_EPHY>; + }; + }; +};