From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antoine Tenart Subject: [PATCH 2/5] Documentation: bindings: net: add the Marvell Berlin Ethernet controller Date: Fri, 29 Aug 2014 15:51:00 +0200 Message-ID: <1409320263-10295-3-git-send-email-antoine.tenart@free-electrons.com> References: <1409320263-10295-1-git-send-email-antoine.tenart@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: zmxu@marvell.com, jszhang@marvell.com, devicetree@vger.kernel.org, netdev@vger.kernel.org, Antoine Tenart , linux-kernel@vger.kernel.org, alexandre.belloni@free-electrons.com, linux-arm-kernel@lists.infradead.org To: sebastian.hesselbarth@gmail.com, thomas.petazzoni@free-electrons.com Return-path: In-Reply-To: <1409320263-10295-1-git-send-email-antoine.tenart@free-electrons.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org This adds the binding documentation for the Marvell Berlin Ethernet controller. Signed-off-by: Antoine Tenart --- .../devicetree/bindings/net/marvell-berlin.txt | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/marvell-berlin.txt diff --git a/Documentation/devicetree/bindings/net/marvell-berlin.txt b/Documentation/devicetree/bindings/net/marvell-berlin.txt new file mode 100644 index 000000000000..0ae468aef13f --- /dev/null +++ b/Documentation/devicetree/bindings/net/marvell-berlin.txt @@ -0,0 +1,23 @@ +* Marvell Berlin Ethernet Controller + +Required properties: +- compatible: should be "marvell,berlin-eth". +- reg: address and length of the register set for the device. +- interrupts: interrupt for the device. +- phy-handle: pointer to the Ethernet PHY. +- clocks: pointer to the clock for the device. + +Optional properties: +- local-mac-address: see ethernet.txt file in the same directory. + + +Example: + + eth0: ethernet@f7b90000 { + compatible = "marvell,berlin-eth"; + reg = <0xf7b90000 0x10000>; + clocks = <&chip CLKID_GETH0>; + interrupts = ; + phy-handle = <ðphy0>; + local-mac-address = [00 00 00 00 00 00]; + }; -- 1.9.1