From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B39B9C4361B for ; Thu, 3 Dec 2020 22:13:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 61F5222285 for ; Thu, 3 Dec 2020 22:13:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731799AbgLCWNf (ORCPT ); Thu, 3 Dec 2020 17:13:35 -0500 Received: from mx4.wp.pl ([212.77.101.11]:14602 "EHLO mx4.wp.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725885AbgLCWNf (ORCPT ); Thu, 3 Dec 2020 17:13:35 -0500 Received: (wp-smtpd smtp.wp.pl 24537 invoked from network); 3 Dec 2020 23:06:01 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1607033161; bh=UegBCOSxRi7PBJQjoVISSXjs9vJZhAOxkyGTvemb1Eg=; h=From:To:Cc:Subject; b=MhNOFCYgQPbONpLFPm/zoOgmDYsX8r4bLvW0PgCDATl/dyhHINe7jg8sOkldD5xT5 cBm+NrsS6Sky9yBskRWtW922E8Q3pKNF5/djkbqXkCujBglD/n/i1kQFuN1TM8HIbr ICzsCwgbtznpzSuYeNZfvK30gYzl9qY77e2uJOW8= Received: from riviera.nat.student.pw.edu.pl (HELO LAPTOP-OLEK.lan) (olek2@wp.pl@[194.29.137.1]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 3 Dec 2020 23:06:01 +0100 From: Aleksander Jan Bajkowski To: hauke@hauke-m.de, andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, kuba@kernel.org, robh+dt@kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Aleksander Jan Bajkowski , Aleksander Jan Bajkowski Subject: [PATCH 2/2] dt-bindings: net: dsa: lantiq, lantiq-gswip: add example for xRX330 Date: Thu, 3 Dec 2020 23:03:47 +0100 Message-Id: <20201203220347.13691-2-olek2@wp.pl> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201203220347.13691-1-olek2@wp.pl> References: <20201203220347.13691-1-olek2@wp.pl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-WP-DKIM-Status: good (id: wp.pl) X-WP-MailID: 68a96b379b9d89c51ed46319fd9f28e6 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000001 [8cJm] Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Aleksander Jan Bajkowski Add compatible string and example for xRX300 and xRX330. Signed-off-by: Aleksander Jan Bajkowski --- .../bindings/net/dsa/lantiq-gswip.txt | 110 +++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/dsa/lantiq-gswip.txt b/Documentation/devicetree/bindings/net/dsa/lantiq-gswip.txt index 886cbe8ffb38..7a90a6a1b065 100644 --- a/Documentation/devicetree/bindings/net/dsa/lantiq-gswip.txt +++ b/Documentation/devicetree/bindings/net/dsa/lantiq-gswip.txt @@ -3,7 +3,8 @@ Lantiq GSWIP Ethernet switches Required properties for GSWIP core: -- compatible : "lantiq,xrx200-gswip" for the embedded GSWIP in the +- compatible : "lantiq,xrx200-gswip", "lantiq,xrx300-gswip" or + "lantiq,xrx330-gswip" for the embedded GSWIP in the xRX200 SoC - reg : memory range of the GSWIP core registers : memory range of the GSWIP MDIO registers @@ -141,3 +142,110 @@ switch@e108000 { }; }; }; + +Ethernet switch on the GRX330 SoC: + +switch@e108000 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "lantiq,xrx300-gswip"; + reg = < 0xe108000 0x3100 /* switch */ + 0xe10b100 0xd8 /* mdio */ + 0xe10b1d8 0x130 /* mii */ + >; + dsa,member = <0 0>; + + ports { + #address-cells = <1>; + #size-cells = <0>; + + port@1 { + reg = <1>; + label = "lan1"; + phy-mode = "internal"; + phy-handle = <&phy1>; + }; + + port@2 { + reg = <2>; + label = "lan2"; + phy-mode = "internal"; + phy-handle = <&phy2>; + }; + + port@3 { + reg = <3>; + label = "lan3"; + phy-mode = "internal"; + phy-handle = <&phy3>; + }; + + port@4 { + reg = <4>; + label = "lan4"; + phy-mode = "internal"; + phy-handle = <&phy4>; + }; + + port@6 { + reg = <0x6>; + label = "cpu"; + ethernet = <ð0>; + }; + }; + + mdio { + #address-cells = <1>; + #size-cells = <0>; + compatible = "lantiq,xrx200-mdio"; + reg = <0>; + + phy1: ethernet-phy@1 { + reg = <0x1>; + }; + phy2: ethernet-phy@2 { + reg = <0x2>; + }; + phy3: ethernet-phy@3 { + reg = <0x3>; + }; + phy4: ethernet-phy@4 { + reg = <0x4>; + }; + }; + + gphy-fw { + compatible = "lantiq,xrx330-gphy-fw", "lantiq,gphy-fw"; + lantiq,rcu = <&rcu0>; + #address-cells = <1>; + #size-cells = <0>; + + gphy@20 { + reg = <0x20>; + + resets = <&reset0 31 30>; + reset-names = "gphy"; + }; + + gphy@68 { + reg = <0x68>; + + resets = <&reset0 29 28>; + reset-names = "gphy"; + }; + + gphy@ac { + reg = <0xac>; + + resets = <&reset0 28 13>; + reset-names = "gphy"; + }; + + gphy@264 { + reg = <0x264>; + + resets = <&reset0 10 10>; + reset-names = "gphy"; + }; + }; +}; -- 2.20.1