1dc37374bSHongtao Jia/* 2dc37374bSHongtao Jia * T2081QDS Device Tree Source 3dc37374bSHongtao Jia * 4*84e0f1c1SIgal Liberman * Copyright 2013 - 2015 Freescale Semiconductor Inc. 5dc37374bSHongtao Jia * 6dc37374bSHongtao Jia * Redistribution and use in source and binary forms, with or without 7dc37374bSHongtao Jia * modification, are permitted provided that the following conditions are met: 8dc37374bSHongtao Jia * * Redistributions of source code must retain the above copyright 9dc37374bSHongtao Jia * notice, this list of conditions and the following disclaimer. 10dc37374bSHongtao Jia * * Redistributions in binary form must reproduce the above copyright 11dc37374bSHongtao Jia * notice, this list of conditions and the following disclaimer in the 12dc37374bSHongtao Jia * documentation and/or other materials provided with the distribution. 13dc37374bSHongtao Jia * * Neither the name of Freescale Semiconductor nor the 14dc37374bSHongtao Jia * names of its contributors may be used to endorse or promote products 15dc37374bSHongtao Jia * derived from this software without specific prior written permission. 16dc37374bSHongtao Jia * 17dc37374bSHongtao Jia * 18dc37374bSHongtao Jia * ALTERNATIVELY, this software may be distributed under the terms of the 19dc37374bSHongtao Jia * GNU General Public License ("GPL") as published by the Free Software 20dc37374bSHongtao Jia * Foundation, either version 2 of that License or (at your option) any 21dc37374bSHongtao Jia * later version. 22dc37374bSHongtao Jia * 23dc37374bSHongtao Jia * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY 24dc37374bSHongtao Jia * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25dc37374bSHongtao Jia * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26dc37374bSHongtao Jia * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27dc37374bSHongtao Jia * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28dc37374bSHongtao Jia * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29dc37374bSHongtao Jia * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30dc37374bSHongtao Jia * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31dc37374bSHongtao Jia * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32dc37374bSHongtao Jia * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33dc37374bSHongtao Jia */ 34dc37374bSHongtao Jia 35dc37374bSHongtao Jia/include/ "t208xsi-pre.dtsi" 36dc37374bSHongtao Jia/include/ "t208xqds.dtsi" 37dc37374bSHongtao Jia 38dc37374bSHongtao Jia/ { 39dc37374bSHongtao Jia model = "fsl,T2081QDS"; 40dc37374bSHongtao Jia compatible = "fsl,T2081QDS"; 41dc37374bSHongtao Jia #address-cells = <2>; 42dc37374bSHongtao Jia #size-cells = <2>; 43dc37374bSHongtao Jia interrupt-parent = <&mpic>; 44*84e0f1c1SIgal Liberman 45*84e0f1c1SIgal Liberman aliases { 46*84e0f1c1SIgal Liberman emi1_slot1 = &t2081mdio2; 47*84e0f1c1SIgal Liberman emi1_slot2 = &t2081mdio3; 48*84e0f1c1SIgal Liberman emi1_slot3 = &t2081mdio4; 49*84e0f1c1SIgal Liberman emi1_slot5 = &t2081mdio5; 50*84e0f1c1SIgal Liberman emi1_slot6 = &t2081mdio6; 51*84e0f1c1SIgal Liberman emi1_slot7 = &t2081mdio7; 52*84e0f1c1SIgal Liberman }; 53*84e0f1c1SIgal Liberman}; 54*84e0f1c1SIgal Liberman 55*84e0f1c1SIgal Liberman&soc { 56*84e0f1c1SIgal Liberman fman@400000 { 57*84e0f1c1SIgal Liberman ethernet@e0000 { 58*84e0f1c1SIgal Liberman phy-handle = <&phy_sgmii_s7_1c>; 59*84e0f1c1SIgal Liberman phy-connection-type = "sgmii"; 60*84e0f1c1SIgal Liberman }; 61*84e0f1c1SIgal Liberman 62*84e0f1c1SIgal Liberman ethernet@e2000 { 63*84e0f1c1SIgal Liberman phy-handle = <&phy_sgmii_s7_1d>; 64*84e0f1c1SIgal Liberman phy-connection-type = "sgmii"; 65*84e0f1c1SIgal Liberman }; 66*84e0f1c1SIgal Liberman 67*84e0f1c1SIgal Liberman ethernet@e4000 { 68*84e0f1c1SIgal Liberman phy-handle = <&rgmii_phy1>; 69*84e0f1c1SIgal Liberman phy-connection-type = "rgmii"; 70*84e0f1c1SIgal Liberman }; 71*84e0f1c1SIgal Liberman 72*84e0f1c1SIgal Liberman ethernet@e6000 { 73*84e0f1c1SIgal Liberman phy-handle = <&rgmii_phy2>; 74*84e0f1c1SIgal Liberman phy-connection-type = "rgmii"; 75*84e0f1c1SIgal Liberman }; 76*84e0f1c1SIgal Liberman 77*84e0f1c1SIgal Liberman ethernet@e8000 { 78*84e0f1c1SIgal Liberman phy-handle = <&phy_sgmii_s3_1c>; 79*84e0f1c1SIgal Liberman phy-connection-type = "sgmii"; 80*84e0f1c1SIgal Liberman }; 81*84e0f1c1SIgal Liberman 82*84e0f1c1SIgal Liberman ethernet@ea000 { 83*84e0f1c1SIgal Liberman phy-handle = <&phy_sgmii_s7_1f>; 84*84e0f1c1SIgal Liberman phy-connection-type = "sgmii"; 85*84e0f1c1SIgal Liberman }; 86*84e0f1c1SIgal Liberman 87*84e0f1c1SIgal Liberman ethernet@f0000 { 88*84e0f1c1SIgal Liberman phy-handle = <&phy_sgmii_s2_1c>; 89*84e0f1c1SIgal Liberman phy-connection-type = "xgmii"; 90*84e0f1c1SIgal Liberman }; 91*84e0f1c1SIgal Liberman 92*84e0f1c1SIgal Liberman ethernet@f2000 { 93*84e0f1c1SIgal Liberman phy-handle = <&phy_sgmii_s7_1e>; 94*84e0f1c1SIgal Liberman phy-connection-type = "xgmii"; 95*84e0f1c1SIgal Liberman }; 96*84e0f1c1SIgal Liberman }; 97*84e0f1c1SIgal Liberman}; 98*84e0f1c1SIgal Liberman 99*84e0f1c1SIgal Liberman&boardctrl { 100*84e0f1c1SIgal Liberman mdio-mux-emi1 { 101*84e0f1c1SIgal Liberman compatible = "mdio-mux-mmioreg", "mdio-mux"; 102*84e0f1c1SIgal Liberman mdio-parent-bus = <&mdio0>; 103*84e0f1c1SIgal Liberman #address-cells = <1>; 104*84e0f1c1SIgal Liberman #size-cells = <0>; 105*84e0f1c1SIgal Liberman reg = <0x54 1>; 106*84e0f1c1SIgal Liberman mux-mask = <0xe0>; 107*84e0f1c1SIgal Liberman 108*84e0f1c1SIgal Liberman t2081mdio0: mdio@0 { 109*84e0f1c1SIgal Liberman #address-cells = <1>; 110*84e0f1c1SIgal Liberman #size-cells = <0>; 111*84e0f1c1SIgal Liberman reg = <0>; 112*84e0f1c1SIgal Liberman 113*84e0f1c1SIgal Liberman rgmii_phy1: ethernet-phy@1 { 114*84e0f1c1SIgal Liberman reg = <0x1>; 115*84e0f1c1SIgal Liberman }; 116*84e0f1c1SIgal Liberman }; 117*84e0f1c1SIgal Liberman 118*84e0f1c1SIgal Liberman t2081mdio1: mdio@20 { 119*84e0f1c1SIgal Liberman #address-cells = <1>; 120*84e0f1c1SIgal Liberman #size-cells = <0>; 121*84e0f1c1SIgal Liberman reg = <0x20>; 122*84e0f1c1SIgal Liberman 123*84e0f1c1SIgal Liberman rgmii_phy2: ethernet-phy@2 { 124*84e0f1c1SIgal Liberman reg = <0x2>; 125*84e0f1c1SIgal Liberman }; 126*84e0f1c1SIgal Liberman }; 127*84e0f1c1SIgal Liberman 128*84e0f1c1SIgal Liberman t2081mdio2: mdio@40 { 129*84e0f1c1SIgal Liberman #address-cells = <1>; 130*84e0f1c1SIgal Liberman #size-cells = <0>; 131*84e0f1c1SIgal Liberman reg = <0x40>; 132*84e0f1c1SIgal Liberman 133*84e0f1c1SIgal Liberman phy_sgmii_s1_1c: ethernet-phy@1c { 134*84e0f1c1SIgal Liberman reg = <0x1c>; 135*84e0f1c1SIgal Liberman }; 136*84e0f1c1SIgal Liberman 137*84e0f1c1SIgal Liberman phy_sgmii_s1_1d: ethernet-phy@1d { 138*84e0f1c1SIgal Liberman reg = <0x1d>; 139*84e0f1c1SIgal Liberman }; 140*84e0f1c1SIgal Liberman 141*84e0f1c1SIgal Liberman phy_sgmii_s1_1e: ethernet-phy@1e { 142*84e0f1c1SIgal Liberman reg = <0x1e>; 143*84e0f1c1SIgal Liberman }; 144*84e0f1c1SIgal Liberman 145*84e0f1c1SIgal Liberman phy_sgmii_s1_1f: ethernet-phy@1f { 146*84e0f1c1SIgal Liberman reg = <0x1f>; 147*84e0f1c1SIgal Liberman }; 148*84e0f1c1SIgal Liberman }; 149*84e0f1c1SIgal Liberman 150*84e0f1c1SIgal Liberman t2081mdio3: mdio@60 { 151*84e0f1c1SIgal Liberman #address-cells = <1>; 152*84e0f1c1SIgal Liberman #size-cells = <0>; 153*84e0f1c1SIgal Liberman reg = <0x60>; 154*84e0f1c1SIgal Liberman 155*84e0f1c1SIgal Liberman phy_sgmii_s2_1c: ethernet-phy@1c { 156*84e0f1c1SIgal Liberman reg = <0x1c>; 157*84e0f1c1SIgal Liberman }; 158*84e0f1c1SIgal Liberman 159*84e0f1c1SIgal Liberman phy_sgmii_s2_1d: ethernet-phy@1d { 160*84e0f1c1SIgal Liberman reg = <0x1d>; 161*84e0f1c1SIgal Liberman }; 162*84e0f1c1SIgal Liberman 163*84e0f1c1SIgal Liberman phy_sgmii_s2_1e: ethernet-phy@1e { 164*84e0f1c1SIgal Liberman reg = <0x1e>; 165*84e0f1c1SIgal Liberman }; 166*84e0f1c1SIgal Liberman 167*84e0f1c1SIgal Liberman phy_sgmii_s2_1f: ethernet-phy@1f { 168*84e0f1c1SIgal Liberman reg = <0x1f>; 169*84e0f1c1SIgal Liberman }; 170*84e0f1c1SIgal Liberman }; 171*84e0f1c1SIgal Liberman 172*84e0f1c1SIgal Liberman t2081mdio4: mdio@80 { 173*84e0f1c1SIgal Liberman #address-cells = <1>; 174*84e0f1c1SIgal Liberman #size-cells = <0>; 175*84e0f1c1SIgal Liberman reg = <0x80>; 176*84e0f1c1SIgal Liberman status = "disabled"; 177*84e0f1c1SIgal Liberman 178*84e0f1c1SIgal Liberman phy_sgmii_s3_1c: ethernet-phy@1c { 179*84e0f1c1SIgal Liberman reg = <0x1c>; 180*84e0f1c1SIgal Liberman }; 181*84e0f1c1SIgal Liberman 182*84e0f1c1SIgal Liberman phy_sgmii_s3_1d: ethernet-phy@1d { 183*84e0f1c1SIgal Liberman reg = <0x1d>; 184*84e0f1c1SIgal Liberman }; 185*84e0f1c1SIgal Liberman 186*84e0f1c1SIgal Liberman phy_sgmii_s3_1e: ethernet-phy@1e { 187*84e0f1c1SIgal Liberman reg = <0x1e>; 188*84e0f1c1SIgal Liberman }; 189*84e0f1c1SIgal Liberman 190*84e0f1c1SIgal Liberman phy_sgmii_s3_1f: ethernet-phy@1f { 191*84e0f1c1SIgal Liberman reg = <0x1f>; 192*84e0f1c1SIgal Liberman }; 193*84e0f1c1SIgal Liberman }; 194*84e0f1c1SIgal Liberman 195*84e0f1c1SIgal Liberman t2081mdio5: mdio@a0 { 196*84e0f1c1SIgal Liberman #address-cells = <1>; 197*84e0f1c1SIgal Liberman #size-cells = <0>; 198*84e0f1c1SIgal Liberman reg = <0xa0>; 199*84e0f1c1SIgal Liberman status = "disabled"; 200*84e0f1c1SIgal Liberman 201*84e0f1c1SIgal Liberman phy_sgmii_s5_1c: ethernet-phy@1c { 202*84e0f1c1SIgal Liberman reg = <0x1c>; 203*84e0f1c1SIgal Liberman }; 204*84e0f1c1SIgal Liberman 205*84e0f1c1SIgal Liberman phy_sgmii_s5_1d: ethernet-phy@1d { 206*84e0f1c1SIgal Liberman reg = <0x1d>; 207*84e0f1c1SIgal Liberman }; 208*84e0f1c1SIgal Liberman 209*84e0f1c1SIgal Liberman phy_sgmii_s5_1e: ethernet-phy@1e { 210*84e0f1c1SIgal Liberman reg = <0x1e>; 211*84e0f1c1SIgal Liberman }; 212*84e0f1c1SIgal Liberman 213*84e0f1c1SIgal Liberman phy_sgmii_s5_1f: ethernet-phy@1f { 214*84e0f1c1SIgal Liberman reg = <0x1f>; 215*84e0f1c1SIgal Liberman }; 216*84e0f1c1SIgal Liberman }; 217*84e0f1c1SIgal Liberman 218*84e0f1c1SIgal Liberman t2081mdio6: mdio@c0 { 219*84e0f1c1SIgal Liberman #address-cells = <1>; 220*84e0f1c1SIgal Liberman #size-cells = <0>; 221*84e0f1c1SIgal Liberman reg = <0xc0>; 222*84e0f1c1SIgal Liberman status = "disabled"; 223*84e0f1c1SIgal Liberman 224*84e0f1c1SIgal Liberman phy_sgmii_s6_1c: ethernet-phy@1c { 225*84e0f1c1SIgal Liberman reg = <0x1c>; 226*84e0f1c1SIgal Liberman }; 227*84e0f1c1SIgal Liberman 228*84e0f1c1SIgal Liberman phy_sgmii_s6_1d: ethernet-phy@1d { 229*84e0f1c1SIgal Liberman reg = <0x1d>; 230*84e0f1c1SIgal Liberman }; 231*84e0f1c1SIgal Liberman 232*84e0f1c1SIgal Liberman phy_sgmii_s6_1e: ethernet-phy@1e { 233*84e0f1c1SIgal Liberman reg = <0x1e>; 234*84e0f1c1SIgal Liberman }; 235*84e0f1c1SIgal Liberman 236*84e0f1c1SIgal Liberman phy_sgmii_s6_1f: ethernet-phy@1f { 237*84e0f1c1SIgal Liberman reg = <0x1f>; 238*84e0f1c1SIgal Liberman }; 239*84e0f1c1SIgal Liberman }; 240*84e0f1c1SIgal Liberman 241*84e0f1c1SIgal Liberman t2081mdio7: mdio@e0 { 242*84e0f1c1SIgal Liberman #address-cells = <1>; 243*84e0f1c1SIgal Liberman #size-cells = <0>; 244*84e0f1c1SIgal Liberman reg = <0xe0>; 245*84e0f1c1SIgal Liberman 246*84e0f1c1SIgal Liberman phy_sgmii_s7_1c: ethernet-phy@1c { 247*84e0f1c1SIgal Liberman reg = <0x1c>; 248*84e0f1c1SIgal Liberman }; 249*84e0f1c1SIgal Liberman 250*84e0f1c1SIgal Liberman phy_sgmii_s7_1d: ethernet-phy@1d { 251*84e0f1c1SIgal Liberman reg = <0x1d>; 252*84e0f1c1SIgal Liberman }; 253*84e0f1c1SIgal Liberman 254*84e0f1c1SIgal Liberman phy_sgmii_s7_1e: ethernet-phy@1e { 255*84e0f1c1SIgal Liberman reg = <0x1e>; 256*84e0f1c1SIgal Liberman }; 257*84e0f1c1SIgal Liberman 258*84e0f1c1SIgal Liberman phy_sgmii_s7_1f: ethernet-phy@1f { 259*84e0f1c1SIgal Liberman reg = <0x1f>; 260*84e0f1c1SIgal Liberman }; 261*84e0f1c1SIgal Liberman }; 262*84e0f1c1SIgal Liberman }; 263dc37374bSHongtao Jia}; 264dc37374bSHongtao Jia 265dc37374bSHongtao Jia/include/ "t2081si-post.dtsi" 266