1 Lantiq GSWIP Ethernet switches
2 ==================================
4 Required properties for GSWIP core:
6 - compatible : "lantiq,xrx200-gswip" for the embedded GSWIP in the
8 - reg : memory range of the GSWIP core registers
9 : memory range of the GSWIP MDIO registers
10 : memory range of the GSWIP MII registers
12 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of
13 additional required and optional properties.
16 Required properties for MDIO bus:
17 - compatible : "lantiq,xrx200-mdio" for the MDIO bus inside the GSWIP
18 core of the xRX200 SoC and the PHYs connected to it.
20 See Documentation/devicetree/bindings/net/mdio.txt for a list of additional
21 required and optional properties.
24 Required properties for GPHY firmware loading:
25 - compatible : "lantiq,xrx200-gphy-fw", "lantiq,gphy-fw"
26 "lantiq,xrx300-gphy-fw", "lantiq,gphy-fw"
27 "lantiq,xrx330-gphy-fw", "lantiq,gphy-fw"
28 for the loading of the firmware into the embedded
30 - lantiq,rcu : reference to the rcu syscon
32 The GPHY firmware loader has a list of GPHY entries, one for each
35 - reg : Offset of the GPHY firmware register in the RCU
37 - resets : list of resets of the embedded GPHY
38 - reset-names : list of names of the resets
42 Ethernet switch on the VRX200 SoC:
47 compatible = "lantiq,xrx200-gswip";
48 reg = < 0xe108000 0x3100 /* switch */
49 0xe10b100 0xd8 /* mdio */
50 0xe10b1d8 0x130 /* mii */
75 phy-mode = "internal";
76 phy-handle = <&phy11>;
82 phy-mode = "internal";
83 phy-handle = <&phy13>;
101 #address-cells = <1>;
103 compatible = "lantiq,xrx200-mdio";
106 phy0: ethernet-phy@0 {
109 phy1: ethernet-phy@1 {
112 phy5: ethernet-phy@5 {
115 phy11: ethernet-phy@11 {
118 phy13: ethernet-phy@13 {
124 compatible = "lantiq,xrx200-gphy-fw", "lantiq,gphy-fw";
125 lantiq,rcu = <&rcu0>;
126 #address-cells = <1>;
132 resets = <&reset0 31 30>;
133 reset-names = "gphy";
139 resets = <&reset0 29 28>;
140 reset-names = "gphy";